Re: [PATCH 0/5] dts: qcom: Introduce SC8380XP platforms device tree

From: Abel Vesa
Date: Mon Oct 30 2023 - 12:00:49 EST


On 23-10-25 19:54:22, Sibi Sankar wrote:
> This series adds the initial (clocks, pinctrl, rpmhpd, regulator, interconnect,
> CPU, SoC and board compatibles) device tree support to boot to shell on the
> Qualcomm SC8380XP platform, aka Snapdragon X Elite.
>
> Dependencies:
> clks: https://lore.kernel.org/lkml/20231025133320.4720-1-quic_sibis@xxxxxxxxxxx/
> interconnect: https://lore.kernel.org/lkml/20231025134049.9734-1-quic_sibis@xxxxxxxxxxx/
> llcc: https://lore.kernel.org/lkml/20231025134632.10363-1-quic_sibis@xxxxxxxxxxx/
> misc-bindings: https://lore.kernel.org/lkml/20231025140640.22601-1-quic_sibis@xxxxxxxxxxx/
> pinctrl: https://lore.kernel.org/lkml/20231025135058.11268-1-quic_sibis@xxxxxxxxxxx/
> regulators: https://lore.kernel.org/lkml/20231025135550.13162-1-quic_sibis@xxxxxxxxxxx/
> rpmhpd: https://lore.kernel.org/lkml/20231025135943.13854-1-quic_sibis@xxxxxxxxxxx/
>
> Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Here is a public tree with all the support currently brought up
for this platform:

https://git.codelinaro.org/linaro/qcomlt/demos/linux/-/tree/sc8380xp

>
> Abel Vesa (1):
> arm64: dts: qcom: sc8380xp: Add Compute Reference Device
>
> Rajendra Nayak (4):
> dt-bindings: arm: cpus: Add qcom,oryon compatible
> dt-bindings: arm: qcom: Document SC8380XP SoC and boards
> arm64: dts: qcom: Add base SC8380XP dtsi and the QCP dts
> arm64: defconfig: Enable SC8380XP SoC base configs
>
> .../devicetree/bindings/arm/cpus.yaml | 1 +
> .../devicetree/bindings/arm/qcom.yaml | 8 +
> arch/arm64/boot/dts/qcom/Makefile | 2 +
> arch/arm64/boot/dts/qcom/sc8380xp-crd.dts | 423 +++
> arch/arm64/boot/dts/qcom/sc8380xp-qcp.dts | 398 ++
> arch/arm64/boot/dts/qcom/sc8380xp.dtsi | 3267 +++++++++++++++++
> arch/arm64/configs/defconfig | 3 +
> 7 files changed, 4102 insertions(+)
> create mode 100644 arch/arm64/boot/dts/qcom/sc8380xp-crd.dts
> create mode 100644 arch/arm64/boot/dts/qcom/sc8380xp-qcp.dts
> create mode 100644 arch/arm64/boot/dts/qcom/sc8380xp.dtsi
>
> --
> 2.17.1
>