linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tengfei Fan <quic_tengfan@quicinc.com>
To: <andersson@kernel.org>, <konrad.dybcio@linaro.org>,
	<robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
	<conor+dt@kernel.org>
Cc: <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Tengfei Fan <quic_tengfan@quicinc.com>
Subject: [PATCH v3 0/6] arm64: qcom: add AIM300 AIoT board support
Date: Tue, 19 Dec 2023 08:50:01 +0800	[thread overview]
Message-ID: <20231219005007.11644-1-quic_tengfan@quicinc.com> (raw)

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


             reply	other threads:[~2023-12-19  0:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19  0:50 Tengfei Fan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231219005007.11644-1-quic_tengfan@quicinc.com \
    --to=quic_tengfan@quicinc.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).