Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v3 0/6] arm64: qcom: add AIM300 AIoT board support
@ 2023-12-19  0:50 Tengfei Fan
  2023-12-19  0:50 ` [PATCH v3 1/6] dt-bindings: arm: qcom: Document qcs8550 SoC and board Tengfei Fan
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Tengfei Fan @ 2023-12-19  0:50 UTC (permalink / raw)
  To: andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
	conor+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, Tengfei Fan

Add AIM300 AIoT support along with usb, ufs, regulators, serial, PCIe,
sound card and PMIC functions.
AIM300 Series is a highly optimized family of modules designed
to support AIoT applications. The module is mounted onto Qualcomm AIoT
carrier board to support verification, evaluation and development.
AIM stands for Artificial Intelligence Module. AIoT stands for AI IoT.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---

v2 -> v3:
  - introduce qcs8550.dtsi
  - separate fix dtc W=1 warning patch to another patch series

v1 -> v2:
  - merge the splited dts patches into one patch
  - update dts file name from qcom8550-aim300.dts to qcs8550-aim300 dts
  - drop PCIe1 dts node due to it is not enabled
  - update display node name for drop sde characters

previous discussion here:
[1] v2: https://lore.kernel.org/linux-arm-msm/20231207092801.7506-1-quic_tengfan@quicinc.com
[2] v1: https://lore.kernel.org/linux-arm-msm/20231117101817.4401-1-quic_tengfan@quicinc.com

Tengfei Fan (6):
  dt-bindings: arm: qcom: Document qcs8550 SoC and board
  dt-bindings: arm: qcom,ids: add SoC ID for QCS8550
  soc: qcom: socinfo: add SoC Info support for the QCS8550 platform
  arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
  arm64: dts: qcom: add base AIM300 dtsi
  arm64: dts: qcom: aim300: add AIM300 AIoT

 .../devicetree/bindings/arm/qcom.yaml         |   7 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../boot/dts/qcom/qcs8550-aim300-aiot.dts     | 579 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi  | 371 +++++++++++
 arch/arm64/boot/dts/qcom/qcs8550.dtsi         |   6 +
 drivers/soc/qcom/socinfo.c                    |   1 +
 include/dt-bindings/arm/qcom,ids.h            |   1 +
 7 files changed, 966 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8550-aim300-aiot.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8550.dtsi


base-commit: ceb2fe0d438644e1de06b9a6468a1fb8e2199c70
-- 
2.17.1


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

end of thread, other threads:[~2023-12-21  7:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19  0:50 [PATCH v3 0/6] arm64: qcom: add AIM300 AIoT board support Tengfei Fan
2023-12-19  0:50 ` [PATCH v3 1/6] dt-bindings: arm: qcom: Document qcs8550 SoC and board Tengfei Fan
2023-12-19  6:56   ` Krzysztof Kozlowski
2023-12-19  9:45     ` Aiqun Yu (Maria)
2023-12-19 10:10       ` Krzysztof Kozlowski
2023-12-19  0:50 ` [PATCH v3 2/6] dt-bindings: arm: qcom,ids: add SoC ID for QCS8550 Tengfei Fan
2023-12-19  0:50 ` [PATCH v3 3/6] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform Tengfei Fan
2023-12-19  0:50 ` [PATCH v3 4/6] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi Tengfei Fan
2023-12-19  7:02   ` Krzysztof Kozlowski
2023-12-19  9:57     ` Aiqun Yu (Maria)
2023-12-19 10:01       ` Krzysztof Kozlowski
2023-12-19 10:19         ` Aiqun Yu (Maria)
2023-12-19 10:54           ` Dmitry Baryshkov
2023-12-19  0:50 ` [PATCH v3 5/6] arm64: dts: qcom: add base AIM300 dtsi Tengfei Fan
2023-12-19 10:25   ` Dmitry Baryshkov
2023-12-20  1:23     ` Tengfei Fan
2023-12-20  7:00       ` Dmitry Baryshkov
2023-12-21  7:54         ` Tengfei Fan
2023-12-19  0:50 ` [PATCH v3 6/6] arm64: dts: qcom: aim300: add AIM300 AIoT Tengfei Fan
2023-12-19  6:58   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox