All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] arm64: dts: qcom: Introduce SC8280XP
@ 2022-06-29  4:14 Bjorn Andersson
  2022-06-29  4:14 ` [PATCH v3 1/5] dt-bindings: arm: qcom: Document additional sc8280xp devices Bjorn Andersson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Bjorn Andersson @ 2022-06-29  4:14 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, Krzysztof Kozlowski, Manivannan Sadhasivam,
	Jassi Brar, Johan Hovold, Konrad Dybcio, linux-arm-msm,
	devicetree, linux-kernel

This series introduces the Qualcomm 8cx Gen 3 platform, with basic support for
the CRD reference device and the SA8295P automotive development platform.

The Lenovo Thinkpad X13s dts was part of this series, but Johan reposed a
polished version at [1], which I intend to merge on top of this series.

[1] https://lore.kernel.org/all/20220622132617.24604-1-johan+linaro@kernel.org/

Bjorn Andersson (5):
  dt-bindings: arm: qcom: Document additional sc8280xp devices
  dt-bindings: mailbox: qcom-ipcc: Add NSP1 client
  arm64: dts: qcom: add SC8280XP platform
  arm64: dts: qcom: sc8280xp: Add reference device
  arm64: dts: qcom: add SA8540P and ADP

 .../devicetree/bindings/arm/qcom.yaml         |    2 +
 arch/arm64/boot/dts/qcom/Makefile             |    2 +
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts      |  406 ++++
 arch/arm64/boot/dts/qcom/sa8540p.dtsi         |  133 +
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts     |  427 ++++
 arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi  |  109 +
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi        | 2142 +++++++++++++++++
 include/dt-bindings/mailbox/qcom-ipcc.h       |    1 +
 8 files changed, 3222 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sa8295p-adp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sa8540p.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sc8280xp.dtsi

-- 
2.35.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-07-03  3:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29  4:14 [PATCH v3 0/5] arm64: dts: qcom: Introduce SC8280XP Bjorn Andersson
2022-06-29  4:14 ` [PATCH v3 1/5] dt-bindings: arm: qcom: Document additional sc8280xp devices Bjorn Andersson
2022-06-29  4:14 ` [PATCH v3 2/5] dt-bindings: mailbox: qcom-ipcc: Add NSP1 client Bjorn Andersson
2022-06-29  4:14 ` [PATCH v3 3/5] arm64: dts: qcom: add SC8280XP platform Bjorn Andersson
2022-06-29 18:42   ` Stephan Gerhold
2022-06-30  3:01     ` Bjorn Andersson
2022-06-29  4:14 ` [PATCH v3 4/5] arm64: dts: qcom: sc8280xp: Add reference device Bjorn Andersson
2022-06-29  4:14 ` [PATCH v3 5/5] arm64: dts: qcom: add SA8540P and ADP Bjorn Andersson
2022-06-29  7:45   ` Johan Hovold
2022-07-03  3:55 ` [PATCH v3 0/5] arm64: dts: qcom: Introduce SC8280XP Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.