devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] arm64: qcom: add AIM300 AIoT board support
@ 2023-12-07  9:27 Tengfei Fan
  2023-12-07  9:27 ` [PATCH v2 1/7] dt-bindings: arm: qcom: Document qcs8550 SoC and board Tengfei Fan
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Tengfei Fan @ 2023-12-07  9:27 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
	conor+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, 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>
---
This patch series depends on below patch series:
"[PATCH] arm64: dts: qcom: sm8550: fix soundwire controllers node name"
https://lore.kernel.org/linux-arm-msm/20231106-topic-sm8550-upstream-soundwire-bindings-fix-v1-1-4ded91c805a1@linaro.org/

v1 -> v2:
  - add qcs8550 soc id
  - introduce qcs8550-aim300.dtsi
  - move ufs, regulators and PMIC functions to qcs8550-aim300.dtsi
  - merge the splited dts patches into one patch
  - update dts file name from qcom8550-aim300.dts to
    qcs8550-aim300-aiot.dts
  - update display node name for drop sde characters
  - add pcie1 support
  - add more regulators support
  - drop pcie0, bluetooth, adsp, cdsp and mpss support

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

Tengfei Fan (7):
  dt-bindings: arm: qcom: Document qcs8550 SoC and board
  arm64: dts: qcom: sm8550: remove address/size-cells from pwm
  arm64: dts: qcom: sm8550: remove address/size-cells from mdss_dsi1
  dt-bindings: arm: qcom,ids: add SoC ID for QCS8550
  soc: qcom: socinfo: add SoC Info support for the QCS8550 platform
  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 +
 arch/arm64/boot/dts/qcom/pm8550.dtsi          |   2 -
 .../boot/dts/qcom/qcs8550-aim300-aiot.dts     | 579 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi  | 370 +++++++++++
 arch/arm64/boot/dts/qcom/sm8550.dtsi          |   3 -
 drivers/soc/qcom/socinfo.c                    |   1 +
 include/dt-bindings/arm/qcom,ids.h            |   1 +
 8 files changed, 959 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8550-aim300-aiot.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi


base-commit: 8e00ce02066e8f6f1ad5eab49a2ede7bf7a5ef64
-- 
2.17.1


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

end of thread, other threads:[~2023-12-19  0:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  9:27 [PATCH v2 0/7] arm64: qcom: add AIM300 AIoT board support Tengfei Fan
2023-12-07  9:27 ` [PATCH v2 1/7] dt-bindings: arm: qcom: Document qcs8550 SoC and board Tengfei Fan
2023-12-11 10:24   ` Krzysztof Kozlowski
2023-12-07  9:27 ` [PATCH v2 2/7] arm64: dts: qcom: sm8550: remove address/size-cells from pwm Tengfei Fan
2023-12-07  9:27 ` [PATCH v2 3/7] arm64: dts: qcom: sm8550: remove address/size-cells from mdss_dsi1 Tengfei Fan
2023-12-11 10:25   ` Krzysztof Kozlowski
2023-12-18  9:59     ` Tengfei Fan
2023-12-18 10:13       ` Krzysztof Kozlowski
2023-12-19  0:40         ` Tengfei Fan
2023-12-07  9:27 ` [PATCH v2 4/7] dt-bindings: arm: qcom,ids: add SoC ID for QCS8550 Tengfei Fan
2023-12-11 10:26   ` Krzysztof Kozlowski
2023-12-07  9:27 ` [PATCH v2 5/7] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform Tengfei Fan
2023-12-11 10:26   ` Krzysztof Kozlowski
2023-12-07  9:28 ` [PATCH v2 6/7] arm64: dts: qcom: add base AIM300 dtsi Tengfei Fan
2023-12-07  9:28 ` [PATCH v2 7/7] arm64: dts: qcom: aim300: add AIM300 AIoT Tengfei Fan
2023-12-11 10:33   ` Krzysztof Kozlowski
2023-12-13 14:04     ` Krzysztof Kozlowski
2023-12-13 19:01       ` Konrad Dybcio
2023-12-13 19:38         ` 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).