This is a collection of a few floating DT patches, and a few new ones, adding support for basic peripherals on qualcomm's sc7180 SoC, drivers for which are already upstream. I have marked all as v2 to be consistent. Each patch captures the delta if any from v1: All the dts files have 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 (4): arm64: dts: qcom: sc7180: Add cmd_db reserved area arm64: dts: qcom: sc7180: Add rpmh-rsc node drivers: irqchip: qcom-pdc: Add irqchip for sc7180 arm64: dts: qcom: sc7180: Add pdc interrupt controller Rajendra Nayak (4): 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 dt-bindings: qcom,pdc: Add compatible for sc7180 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 + .../interrupt-controller/qcom,pdc.txt | 1 + .../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 ++++++++++++++++++ drivers/irqchip/qcom-pdc.c | 1 + 9 files changed, 853 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