Hi, Changes in v4: - Addressed some of the dt bindings check mentioned by Krzysztof. Changes in v3: - Clubbed all the dt node into a single patch as suggested by Krzysztof. - Removed the applied patch. - Addressed some comments from Konrad and Dmitry. Changes in v2: - Added the CPUFreq support patch. - Collected the Acked by tags. - Addressed some minor comments from Konrad. This series adds devicetree support for Qualcomm SDX75 platform and IDP board. This series functionally depends on GCC and RPMh Clock support series [1], and pinctrl support for SDX75 [2] which are under review. With this current devicetree support, the IDP can boot into initramfsshell. [1] https://lore.kernel.org/lkml/20230419133013.2563-3-quic_tdas@xxxxxxxxxxx/ [2] https://lore.kernel.org/all/1684409015-25196-1-git-send-email-quic_rohiagar@xxxxxxxxxxx/ Thanks, Rohit. Rohit Agarwal (5): dt-bindings: arm: qcom: Document SDX75 platform and boards dt-bindings: firmware: scm: Add compatible for SDX75 dt-bindings: interrupt-controller: Add SDX75 PDC compatible dt-bindings: cpufreq: cpufreq-qcom-hw: Add SDX75 compatible arm64: dts: qcom: Add SDX75 platform and IDP board support Documentation/devicetree/bindings/arm/qcom.yaml | 7 + .../bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 + .../devicetree/bindings/firmware/qcom,scm.yaml | 1 + .../bindings/interrupt-controller/qcom,pdc.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/sdx75-idp.dts | 33 + arch/arm64/boot/dts/qcom/sdx75.dtsi | 670 +++++++++++++++++++++ 7 files changed, 714 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sdx75-idp.dts create mode 100644 arch/arm64/boot/dts/qcom/sdx75.dtsi -- 2.7.4