linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add binding and dts for Qualcomm SM8350
@ 2020-12-04  5:43 Vinod Koul
  2020-12-04  5:43 ` [PATCH 1/4] dt-bindings: arm: qcom: Document SM8350 SoC and boards Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vinod Koul @ 2020-12-04  5:43 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-msm, Vinod Koul, Andy Gross, Rob Herring, devicetree,
	linux-kernel

Hi,

This series adds the compatible for SM8350 SoC, board and aoss compatible.
Then the base DTS for SM8350 SoC which contains clock (gcc, rpmh), pinctrl,
uart, reserved memory and cpu nodes. The board file for MTP enables uart and
adds the rpmh regulators

Vinod Koul (4):
  dt-bindings: arm: qcom: Document SM8350 SoC and boards
  soc: qcom: aoss: Add SM8350 compatible
  arm64: dts: qcom: Add basic devicetree support for SM8350 SoC
  arm64: dts: qcom: Add basic devicetree support for SM8350-MTP board

 .../devicetree/bindings/arm/qcom.yaml         |   6 +
 .../bindings/soc/qcom/qcom,aoss-qmp.txt       |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/sm8350-mtp.dts       | 246 +++++++++
 arch/arm64/boot/dts/qcom/sm8350.dtsi          | 496 ++++++++++++++++++
 drivers/soc/qcom/qcom_aoss.c                  |   1 +
 6 files changed, 751 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sm8350-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8350.dtsi

Thanks
-- 
2.26.2


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

end of thread, other threads:[~2020-12-09 23:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04  5:43 [PATCH 0/4] Add binding and dts for Qualcomm SM8350 Vinod Koul
2020-12-04  5:43 ` [PATCH 1/4] dt-bindings: arm: qcom: Document SM8350 SoC and boards Vinod Koul
2020-12-09 23:13   ` Rob Herring
2020-12-04  5:43 ` [PATCH 2/4] soc: qcom: aoss: Add SM8350 compatible Vinod Koul
2020-12-09 23:26   ` Rob Herring
2020-12-04  5:43 ` [PATCH 3/4] arm64: dts: qcom: Add basic devicetree support for SM8350 SoC Vinod Koul
2020-12-09 23:26   ` Rob Herring
2020-12-04  5:43 ` [PATCH 4/4] arm64: dts: qcom: Add basic devicetree support for SM8350-MTP board Vinod Koul
2020-12-09 23:16   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).