On Tue, 26 Aug 2025 23:50:59 +0530, Wasim Nazir wrote: > 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> > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade This patch series was applied (using b4) to base: Base: using specified base-commit d0630b758e593506126e8eda6c3d56097d1847c5 If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/qcom/' for 20250826-lemans-evk-bu-v1-0-08016e0d3ce5@xxxxxxxxxxxxxxxx: arch/arm64/boot/dts/qcom/lemans-evk.dtb: ethernet@23040000 (qcom,sa8775p-ethqos): Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected) from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#