[PATCH v4 0/3] Add support for qcm6490 idp and qcs6490 rb3gen2 board

From: Komal Bajaj
Date: Fri Nov 17 2023 - 07:51:58 EST


This series adds the dt-binding and base devicetree files for
QCM6490 IDP based off QCM6490 SoC derived from SC7280 meant for
various form factor including IoT and QCS6490 RB3Gen2 based
off QCS6490 SoC derivative of QCM6490 without internal modem.
See more at:
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qcs-qcm6490-soc-product-brief_87-28733-1-b.pdf

----

Changes from v3:
* Removed qcm6490.dtsi file and moved all the contents to board file instead
* Introducing QCS6490-RB3Gen2 board
* Link to v3: https://lore.kernel.org/linux-arm-msm/20231003175456.14774-1-quic_kbajaj@xxxxxxxxxxx/

Changes from v2:
* Sorted nodes alphabetically
* Link to v2: https://lore.kernel.org/all/20231003055655.30994-1-quic_kbajaj@xxxxxxxxxxx/

Changes from v1:
* Dropped suffix platform from model name
* Removed few nodes as they were identical to ones in sc7280
* Specified regulator-initial-mode property to vregs
* Dropped deletion of lpass and swr nodes
* Link to v1: https://lore.kernel.org/lkml/20230928133312.11371-1-quic_kbajaj@xxxxxxxxxxx/

Komal Bajaj (3):
dt-bindings: arm: qcom: Add QCM6490 IDP and QCS6490 RB3Gen2 board
arm64: dts: qcom: qcm6490: Add qcm6490 idp board
arm64: dts: qcom: Add base qcs6490-rb3gen2 board dts

.../devicetree/bindings/arm/qcom.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 2 +
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 329 ++++++++++++++++++
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 324 +++++++++++++++++
4 files changed, 657 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490-idp.dts
create mode 100644 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

--
2.42.0