Hi Bjorn, This series updates devicetree for the SDX55 platform and the MTP board. Most of the SDX55 specific driver codes are already merged and some of existing driver support got reused. Thanks, Mani Changes in v3: * Dropped interrupts property in spmi-gpio node * Used dma-controller node name * Reworked tcsr mutex node * Sorted binding compatibles * Collected reviews from Vinod Changes in v2: * Changed "SoC" to "platform" and modified FIXME in commit message Bjorn Andersson (1): ARM: dts: qcom: sdx55: Enable ARM SMMU Manivannan Sadhasivam (9): dt-bindings: mmc: sdhci-msm: Document the SDX55 compatible ARM: dts: qcom: sdx55: Add support for SDHCI controller dt-bindings: arm-smmu: Add binding for Qcom SDX55 SMMU ARM: dts: qcom: sdx55: Add support for TCSR Mutex ARM: dts: qcom: sdx55: Add Shared memory manager support ARM: dts: qcom: sdx55: Add QPIC BAM support ARM: dts: qcom: sdx55: Add QPIC NAND support ARM: dts: qcom: sdx55-mtp: Enable BAM DMA ARM: dts: qcom: sdx55-mtp: Enable QPIC NAND Vinod Koul (8): ARM: dts: qcom: sdx55: Add pincontrol node ARM: dts: qcom: sdx55: Add reserved memory nodes ARM: dts: qcom: sdx55: Add spmi node ARM: dts: qcom: sdx55-mtp: Add pm8150b pmic ARM: dts: qcom: sdx55-mtp: Add pmx55 pmic ARM: dts: qcom: sdx55: Add rpmpd node ARM: dts: qcom: Add PMIC pmx55 dts ARM: dts: qcom: sdx55-mtp: Add regulator nodes .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + .../devicetree/bindings/mmc/sdhci-msm.txt | 5 +- arch/arm/boot/dts/qcom-pmx55.dtsi | 84 +++++++ arch/arm/boot/dts/qcom-sdx55-mtp.dts | 203 +++++++++++++++++ arch/arm/boot/dts/qcom-sdx55.dtsi | 214 ++++++++++++++++++ 5 files changed, 505 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/qcom-pmx55.dtsi -- 2.25.1