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-10]. 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/20221118181826.28269-2-quic_molvera@xxxxxxxxxxx/ [3] https://lore.kernel.org/all/20221118182039.29236-2-quic_molvera@xxxxxxxxxxx/ [4] https://lore.kernel.org/all/20221118182245.31035-1-quic_molvera@xxxxxxxxxxx/ [5] https://lore.kernel.org/all/20221026190534.4004945-2-quic_molvera@xxxxxxxxxxx/ [6] https://lore.kernel.org/all/20221118182416.4920-1-quic_molvera@xxxxxxxxxxx/ [7] https://lore.kernel.org/all/20221118182439.10670-1-quic_molvera@xxxxxxxxxxx/ [8] https://lore.kernel.org/all/20221118182512.10916-1-quic_molvera@xxxxxxxxxxx/ [9] https://lore.kernel.org/all/20221118182535.11156-1-quic_molvera@xxxxxxxxxxx/ [10] https://lore.kernel.org/all/20221118182614.11774-1-quic_molvera@xxxxxxxxxxx/ Changes from v3: - added PCIE and USB clocks - added missing qdu1000 compats 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 (2): arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs arch/arm64/boot/dts/qcom/Makefile | 2 + arch/arm64/boot/dts/qcom/qdu1000-idp.dts | 266 ++++ arch/arm64/boot/dts/qcom/qdu1000.dtsi | 1406 ++++++++++++++++++++++ arch/arm64/boot/dts/qcom/qru1000-idp.dts | 266 ++++ arch/arm64/boot/dts/qcom/qru1000.dtsi | 27 + 5 files changed, 1967 insertions(+) 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: 147307c69ba4441ee90c1f8ce8edf5df4ea60f67 prerequisite-patch-id: 71560eb092532bd776fd114ce98f47a04d6d1419 prerequisite-patch-id: c39bef976384eacd3ff0c28168bca355e3c1609d prerequisite-patch-id: ea9b02a15cff4d70f7c6942a6fad3214adf0175c prerequisite-patch-id: f8cc7d94d174033226b5fc222284c9db61f78680 prerequisite-patch-id: 6a546e15d9d98fe441daed1889bd416658b3a6ec prerequisite-patch-id: e927a2eb2f856c847f6fecf4cf750039ead05fad prerequisite-patch-id: 58e23632fbba1fe4c8879d5313c6a1091fb5d2c1 prerequisite-patch-id: 5bc60b1a424af0297cfd64647c41cb3d3e76acc2 prerequisite-patch-id: 0a0f671fae0526d96f745ff1329b0ff8cbec1082 -- 2.38.1