This series extend support for additional peripherals on the Qualcomm Lemans EVK board to enhance overall hardware functionality. It includes: - New peripherals like: - GPI (Generic Peripheral Interface) DMA controllers and QUPv3 controllers for peripheral communication. - PCIe HW with required regulators and PHYs. - I2C based devices like GPIO I/O expander and EEPROM. - USB0 controller in device mode. - Remoteproc subsystems for supported DSPs. - Qca8081 2.5G Ethernet PHY. - Iris video decoder. - SD card support on SDHC v5. - Audio change [1] to support capture and playback on I2S. Dependency: - Revert commit b5323835f050 ("OPP: Reorganize _opp_table_find_key()") to avoid regression introduced in linux-next (20250825). - This series depends on the removal of partial changes from patch [2], which are now part of the above commit and are causing boot failures as described in [3]. - The ethernet PHY QCA8081 depends on CONFIG_QCA808X_PHY, without which ethernet will not work. [1] https://lore.kernel.org/linux-arm-msm/20250822131902.1848802-1-mohammad.rafi.shaik@xxxxxxxxxxxxxxxx/ [2] https://lore.kernel.org/all/20250820-opp_pcie-v4-2-273b8944eed0@xxxxxxxxxxxxxxxx/ [3] https://lore.kernel.org/all/aKyS0RGZX4bxbjDj@xxxxxxxxxxxxxxxxxxxxxxxxxx/ --- Mohammad Rafi Shaik (2): arm64: dts: qcom: lemans: Add gpr node arm64: dts: qcom: lemans-evk: Add sound card Monish Chunara (2): dt-bindings: mmc: sdhci-msm: Document the Lemans compatible arm64: dts: qcom: lemans: Add SDHC controller and SDC pin configuration Wasim Nazir (1): arm64: dts: qcom: lemans-evk: Extend peripheral and subsystem support .../devicetree/bindings/mmc/sdhci-msm.yaml | 1 + arch/arm64/boot/dts/qcom/lemans-evk.dts | 439 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/lemans.dtsi | 124 ++++++ 3 files changed, 564 insertions(+) --- base-commit: d0630b758e593506126e8eda6c3d56097d1847c5 change-id: 20250814-lemans-evk-bu-ec015ce4080e Best regards, -- Wasim Nazir <wasim.nazir@xxxxxxxxxxxxxxxx>