devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 00/10] arm64: dts: Add base device tree files for SM8550
@ 2022-12-30 20:22 Abel Vesa
  2022-12-30 20:22 ` [PATCH v8 01/10] dt-bindings: arm: qcom: Document SM8550 SoC and boards Abel Vesa
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Abel Vesa @ 2022-12-30 20:22 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Neil Armstrong
  Cc: Linux Kernel Mailing List, devicetree, linux-arm-msm

This series adds the base device tree files and MTP board support
for the Qualcomm SM8550 SoC, including the clock, pinctrl, smmu,
regulators, interconnect, cpufreq, and qup nodes.

The SM8550 is the latest Qualcomm Mobile Platform.
See more at:
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/Snapdragon-8-Gen-2-Product-Brief.pdf

Here is a branch where the entire support has been merged:
https://git.codelinaro.org/linaro/qcomlt/linux/-/commits/topic/sm8550/next

The v7 of this patchset is here:
https://lore.kernel.org/all/20221206230102.1521053-1-abel.vesa@linaro.org/

Changes since v7:
 * Dropped the qcom,i2c-pull from the tlmm i2c data clk states (for now).

Abel Vesa (3):
  dt-bindings: arm: qcom: Document SM8550 SoC and boards
  arm64: dts: qcom: Add base SM8550 dtsi
  arm64: dts: qcom: Add base SM8550 MTP dts

Neil Armstrong (7):
  arm64: dts: qcom: Add pm8010 pmic dtsi
  arm64: dts: qcom: Add PM8550 pmic dtsi
  arm64: dts: qcom: Add PM8550b pmic dtsi
  arm64: dts: qcom: Add PM8550ve pmic dtsi
  arm64: dts: qcom: Add PM8550vs pmic dtsi
  arm64: dts: qcom: Add PMK8550 pmic dtsi
  arm64: dts: qcom: Add PMR735d pmic dtsi

 .../devicetree/bindings/arm/qcom.yaml         |    6 +
 arch/arm64/boot/dts/qcom/Makefile             |    1 +
 arch/arm64/boot/dts/qcom/pm8010.dtsi          |   84 +
 arch/arm64/boot/dts/qcom/pm8550.dtsi          |   59 +
 arch/arm64/boot/dts/qcom/pm8550b.dtsi         |   59 +
 arch/arm64/boot/dts/qcom/pm8550ve.dtsi        |   59 +
 arch/arm64/boot/dts/qcom/pm8550vs.dtsi        |  194 +
 arch/arm64/boot/dts/qcom/pmk8550.dtsi         |   55 +
 arch/arm64/boot/dts/qcom/pmr735d.dtsi         |  104 +
 arch/arm64/boot/dts/qcom/sm8550-mtp.dts       |  404 ++
 arch/arm64/boot/dts/qcom/sm8550.dtsi          | 3519 +++++++++++++++++
 11 files changed, 4544 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/pm8010.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8550.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8550b.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8550ve.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8550vs.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pmk8550.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pmr735d.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sm8550-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm8550.dtsi

-- 
2.34.1


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

end of thread, other threads:[~2023-01-01 15:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-30 20:22 [PATCH v8 00/10] arm64: dts: Add base device tree files for SM8550 Abel Vesa
2022-12-30 20:22 ` [PATCH v8 01/10] dt-bindings: arm: qcom: Document SM8550 SoC and boards Abel Vesa
2022-12-30 20:22 ` [PATCH v8 02/10] arm64: dts: qcom: Add base SM8550 dtsi Abel Vesa
2023-01-01 15:49   ` Krzysztof Kozlowski
2022-12-30 20:22 ` [PATCH v8 03/10] arm64: dts: qcom: Add pm8010 pmic dtsi Abel Vesa
2022-12-30 20:22 ` [PATCH v8 04/10] arm64: dts: qcom: Add PM8550 " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 05/10] arm64: dts: qcom: Add PM8550b " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 06/10] arm64: dts: qcom: Add PM8550ve " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 07/10] arm64: dts: qcom: Add PM8550vs " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 08/10] arm64: dts: qcom: Add PMK8550 " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 09/10] arm64: dts: qcom: Add PMR735d " Abel Vesa
2022-12-30 20:22 ` [PATCH v8 10/10] arm64: dts: qcom: Add base SM8550 MTP dts Abel Vesa
2022-12-31 17:35   ` kernel test robot

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).