All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add binding and dts for Qualcomm SM8350 SoC
@ 2021-01-27 12:30 Vinod Koul
  2021-01-27 12:30 ` [PATCH v2 1/6] dt-bindings: arm: qcom: Document SM8350 SoC and boards Vinod Koul
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Vinod Koul @ 2021-01-27 12:30 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, boardi, cpu, scm 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

Changes in v2:
 - Add ack by Rob recieved for v1
 - Document cpu and scm compatible and use soc specific scm compatible
 - Fix errors pointed by Rob and make dtbs_check as well as W=1 compilation

Vinod Koul (6):
  dt-bindings: arm: qcom: Document SM8350 SoC and boards
  soc: qcom: aoss: Add SM8350 compatible
  dt-bindings: arm: cpus: Add kryo685 compatible
  dt-bindings: firmware: scm: Add SM8250 and 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/cpus.yaml         |   1 +
 .../devicetree/bindings/arm/qcom.yaml         |   6 +
 .../devicetree/bindings/firmware/qcom,scm.txt |   2 +
 .../bindings/soc/qcom/qcom,aoss-qmp.txt       |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/sm8350-mtp.dts       | 250 +++++++++
 arch/arm64/boot/dts/qcom/sm8350.dtsi          | 499 ++++++++++++++++++
 drivers/soc/qcom/qcom_aoss.c                  |   1 +
 8 files changed, 761 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sm8350-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8350.dtsi

-- 
2.26.2


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

end of thread, other threads:[~2021-01-28 16:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 12:30 [PATCH v2 0/6] Add binding and dts for Qualcomm SM8350 SoC Vinod Koul
2021-01-27 12:30 ` [PATCH v2 1/6] dt-bindings: arm: qcom: Document SM8350 SoC and boards Vinod Koul
2021-01-28 16:10   ` Bjorn Andersson
2021-01-27 12:30 ` [PATCH v2 2/6] soc: qcom: aoss: Add SM8350 compatible Vinod Koul
2021-01-27 12:30 ` [PATCH v2 3/6] dt-bindings: arm: cpus: Add kryo685 compatible Vinod Koul
2021-01-27 12:30 ` [PATCH v2 4/6] dt-bindings: firmware: scm: Add SM8250 and SM8350 compatible Vinod Koul
2021-01-27 12:30 ` [PATCH v2 5/6] arm64: dts: qcom: Add basic devicetree support for SM8350 SoC Vinod Koul
2021-01-27 13:07   ` Sai Prakash Ranjan
2021-01-27 15:33     ` Vinod Koul
2021-01-28  7:31       ` Sai Prakash Ranjan
2021-01-27 12:30 ` [PATCH v2 6/6] arm64: dts: qcom: Add basic devicetree support for SM8350-MTP board Vinod Koul

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.