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