Changes in v3: * PATCH 2/11: Updated the qup and uart lables to be consistent with the naming convention followed in sdm845 as suggested by Matthias * Dropped 2 patches from v2 which added the new compatible and binding updates for sc7180 pdc and reused sdm845 compatible instead as suggested by Marc Z This series adds DT support for basic peripherals on qualcomm's sc7180 SoC, drivers for which are already upstream. The series has a dependency on gcc clock driver patches [1] to merge first [1] https://www.spinics.net/lists/linux-clk/msg41851.html Kiran Gunda (3): arm64: dts: qcom: sc7180: Add SPMI PMIC arbiter device arm64: dts: qcom: pm6150: Add PM6150/PM6150L PMIC peripherals arm64: dts: qcom: sc7180-idp: Add RPMh regulators Maulik Shah (3): arm64: dts: qcom: sc7180: Add cmd_db reserved area arm64: dts: qcom: sc7180: Add rpmh-rsc node arm64: dts: qcom: sc7180: Add pdc interrupt controller Rajendra Nayak (3): dt-bindings: qcom: Add SC7180 bindings arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc dt-bindings: arm-smmu: update binding for qcom sc7180 SoC Taniya Das (1): arm64: dts: qcom: SC7180: Add node for rpmhcc clock driver Vivek Gautam (1): arm64: dts: sc7180: Add device node for apps_smmu .../devicetree/bindings/arm/qcom.yaml | 2 + .../devicetree/bindings/iommu/arm,smmu.txt | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/pm6150.dtsi | 85 ++++ arch/arm64/boot/dts/qcom/pm6150l.dtsi | 47 ++ arch/arm64/boot/dts/qcom/sc7180-idp.dts | 256 ++++++++++ arch/arm64/boot/dts/qcom/sc7180.dtsi | 459 ++++++++++++++++++ 7 files changed, 851 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/pm6150.dtsi create mode 100644 arch/arm64/boot/dts/qcom/pm6150l.dtsi create mode 100644 arch/arm64/boot/dts/qcom/sc7180-idp.dts create mode 100644 arch/arm64/boot/dts/qcom/sc7180.dtsi -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation