[PATCH v3 0/6] arm64: qcom: add AIM300 AIoT board support

From: Tengfei Fan
Date: Mon Dec 18 2023 - 19:51:43 EST


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@xxxxxxxxxxx>
---

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@xxxxxxxxxxx
[2] v1: https://lore.kernel.org/linux-arm-msm/20231117101817.4401-1-quic_tengfan@xxxxxxxxxxx

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