devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] soc: qcom: Add uart console support for SM4450
@ 2023-09-15  2:15 Tengfei Fan
  2023-09-15  2:15 ` [PATCH v2 1/8] dt-bindings: firmware: document Qualcomm SM4450 SCM Tengfei Fan
                   ` (8 more replies)
  0 siblings, 9 replies; 39+ messages in thread
From: Tengfei Fan @ 2023-09-15  2:15 UTC (permalink / raw)
  To: will, robin.murphy, joro, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, agross, andersson, konrad.dybcio, catalin.marinas
  Cc: geert+renesas, arnd, neil.armstrong, nfraprado, rafal, peng.fan,
	linux-arm-kernel, iommu, devicetree, linux-kernel, linux-arm-msm,
	quic_tsoni, quic_shashim, quic_kaushalk, quic_tdas, quic_tingweiz,
	quic_aiquny, kernel, Tengfei Fan

This series add base description of UART, TLMM, interconnect, TCSRCC
RPMHCC, GCC, RPMh PD and SMMU nodes which helps SM4450 boot to shell
with console on boards with this SoC.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
This patch series depends on below patch series:
"[PATCH v2 0/4] clk: qcom: Add support for GCC and RPMHCC on SM4450"
https://lore.kernel.org/linux-arm-msm/20230909123431.1725728-1-quic_ajipan@quicinc.com/
"[PATCH v2 0/2] pinctl: qcom: Add SM4450 pinctrl driver"
https://lore.kernel.org/linux-arm-msm/20230915015808.18296-1-quic_tengfan@quicinc.com/
"[PATCH v2 0/2] interconnect: qcom: Add SM4450 interconnect"
https://lore.kernel.org/linux-arm-msm/20230915020129.19611-1-quic_tengfan@quicinc.com/

v1 -> v2:
  - setting "qcom,rpmh-rsc" compatible to the first property
  - keep order by unit address
  - move tlmm node into soc node
  - update arm,smmu.yaml
  - add enable pinctrl and interconnect defconfig patches
  - remove blank line
  - redo dtbs_check check

previous discussion here:
[1]
https://lore.kernel.org/linux-arm-msm/20230908065847.28382-1-quic_tengfan@quicinc.com

Ajit Pandey (2):
  arm64: dts: qcom: sm4450: Add apps_rsc and cmd_db node
  arm64: dts: qcom: sm4450: Add RPMH and Global clock controller

Tengfei Fan (6):
  dt-bindings: firmware: document Qualcomm SM4450 SCM
  dt-bindings: mfd: qcom,tcsr: Add compatible for sm4450
  dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc
  dt-bindings: arm-smmu: Add compatible for SM4450 SoC
  arm64: dts: qcom: add uart console support for SM4450
  arm64: defconfig: enable interconnect and pinctrl for SM4450

 .../bindings/firmware/qcom,scm.yaml           |   3 +
 .../interrupt-controller/qcom,pdc.yaml        |   1 +
 .../devicetree/bindings/iommu/arm,smmu.yaml   |   3 +
 .../devicetree/bindings/mfd/qcom,tcsr.yaml    |   1 +
 arch/arm64/boot/dts/qcom/sm4450-qrd.dts       |  18 +-
 arch/arm64/boot/dts/qcom/sm4450.dtsi          | 309 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   2 +
 7 files changed, 335 insertions(+), 2 deletions(-)


base-commit: 98897dc735cf6635f0966f76eb0108354168fb15
-- 
2.17.1


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

end of thread, other threads:[~2023-09-22  1:16 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15  2:15 [PATCH v2 0/8] soc: qcom: Add uart console support for SM4450 Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 1/8] dt-bindings: firmware: document Qualcomm SM4450 SCM Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 4/8] dt-bindings: arm-smmu: Add compatible for SM4450 SoC Tengfei Fan
2023-09-15  7:11   ` Krzysztof Kozlowski
2023-09-15  7:15     ` Tengfei Fan
2023-09-15  9:10       ` Krzysztof Kozlowski
2023-09-15  8:52     ` Tengfei Fan
2023-09-15  9:10       ` Krzysztof Kozlowski
2023-09-15  2:15 ` [PATCH v2 2/8] dt-bindings: mfd: qcom,tcsr: Add compatible for sm4450 Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 3/8] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 4/8] dt-bindings: arm-smmu: Add compatible for SM4450 SoC Tengfei Fan
2023-09-15  7:12   ` Krzysztof Kozlowski
2023-09-15  2:15 ` [PATCH v2 5/8] arm64: dts: qcom: sm4450: Add apps_rsc and cmd_db node Tengfei Fan
2023-09-20  3:49   ` Bjorn Andersson
2023-09-22  1:16     ` Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 6/8] arm64: dts: qcom: sm4450: Add RPMH and Global clock controller Tengfei Fan
2023-09-15  7:22   ` Krzysztof Kozlowski
2023-09-18 10:34     ` Tengfei Fan
2023-09-18 11:54       ` Krzysztof Kozlowski
2023-09-15  2:15 ` [PATCH v2 7/8] arm64: dts: qcom: add uart console support for SM4450 Tengfei Fan
2023-09-15  7:14   ` Krzysztof Kozlowski
2023-09-15 12:12   ` Konrad Dybcio
2023-09-18 10:40     ` Tengfei Fan
2023-09-20  3:47   ` Bjorn Andersson
2023-09-20  5:46     ` Tengfei Fan
2023-09-15  2:15 ` [PATCH v2 8/8] arm64: defconfig: enable interconnect and pinctrl " Tengfei Fan
2023-09-15  7:21   ` Krzysztof Kozlowski
2023-09-15  9:12     ` Tengfei Fan
2023-09-15  9:16       ` Krzysztof Kozlowski
2023-09-15 11:18         ` Tengfei Fan
2023-09-15 11:29           ` Krzysztof Kozlowski
2023-09-16  2:21             ` Trilok Soni
2023-09-16  2:25               ` Trilok Soni
2023-09-16 15:13                 ` Georgi Djakov
2023-09-16 20:32                   ` Krzysztof Kozlowski
2023-09-16 22:55                     ` Georgi Djakov
2023-09-17  7:35                       ` Krzysztof Kozlowski
2023-09-18  0:53                         ` Tengfei Fan
2023-09-16 20:30               ` Krzysztof Kozlowski

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