This series adds the base device tree files and DTS support for the Qualcomm QDU1000 and QRU1000 IDP SoCs, including the clocks, tlmm, smmu, regulators, mmc, interconnects, cpufreq, and qup. This patchset is based off of [1] which adds support for the PMIC arb used on these SoCs. It also requires the dt-bindings from [2], [3], [4], [5], and [6]. The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit 1000 are new SoCs meant for enabling Open RAN solutions. See more at https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf [1] https://lore.kernel.org/all/20220914165212.3705892-3-vkoul@xxxxxxxxxx/ [2] https://lore.kernel.org/all/20221026190441.4002212-1-quic_molvera@xxxxxxxxxxx/ [3] https://lore.kernel.org/all/20221026190457.4003037-1-quic_molvera@xxxxxxxxxxx/ [4] https://lore.kernel.org/all/20221026190520.4004264-1-quic_molvera@xxxxxxxxxxx/ [5] https://lore.kernel.org/all/20221026190534.4004945-1-quic_molvera@xxxxxxxxxxx/ [6] https://lore.kernel.org/all/20221026190549.4005703-1-quic_molvera@xxxxxxxxxxx/ Changes from v2: - Revised device nodes to match updated dt-bindings - Revised rpmh-rsc bindings to allow for generic regulator nodes - Updated soc ordering - Moved clock node to DTS files - Updated regulator nodes to be generic - Removed some unnecessary whitespace Melody Olvera (4): dt-bindings: soc: qcom,rpmh-rsc: Update to allow for generic nodes dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs .../devicetree/bindings/arm/qcom.yaml | 16 + .../bindings/soc/qcom/qcom,rpmh-rsc.yaml | 2 +- arch/arm64/boot/dts/qcom/Makefile | 2 + arch/arm64/boot/dts/qcom/qdu1000-idp.dts | 245 +++ arch/arm64/boot/dts/qcom/qdu1000.dtsi | 1406 +++++++++++++++++ arch/arm64/boot/dts/qcom/qru1000-idp.dts | 245 +++ arch/arm64/boot/dts/qcom/qru1000.dtsi | 27 + 7 files changed, 1942 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/qcom/qdu1000-idp.dts create mode 100644 arch/arm64/boot/dts/qcom/qdu1000.dtsi create mode 100644 arch/arm64/boot/dts/qcom/qru1000-idp.dts create mode 100644 arch/arm64/boot/dts/qcom/qru1000.dtsi base-commit: 60eac8672b5b6061ec07499c0f1b79f6d94311ce prerequisite-patch-id: 01437f10d7e0ca6365e82de7d3097110e5f5015b prerequisite-patch-id: 2b59bb9d152bd8f3094e2a4e16d62191a40da67f prerequisite-patch-id: c39bef976384eacd3ff0c28168bca355e3c1609d prerequisite-patch-id: 116279180e6d97fbbdcc6738627daad393680a58 prerequisite-patch-id: 58dc60e65b348ec703dba9327f51656d4ac81717 prerequisite-patch-id: b67d749c7d2e3f6639c547f7908911c5dfb92ba4 prerequisite-patch-id: 93c63c6cdcc2acb525ea4a958b1c6443e6fe3580 prerequisite-patch-id: bc93c707c0fdbd6b25b0c595e6e121038ab89af4 prerequisite-patch-id: 5e7a02607aecd3f5346a2f450982601cf6935e54 -- 2.25.1