[PATCH v2 0/2] Initial support for the QCM6490 IDP

From: Komal Bajaj
Date: Tue Oct 03 2023 - 01:57:32 EST


Add dt-binding and devicetree files for QCM6490 IDP.

This patch depends-on:
https://lore.kernel.org/lkml/20230919-fp5-initial-v2-0-14bb7cedadf5@xxxxxxxxxxxxx/

----
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 (2):
dt-bindings: arm: qcom: Add QCM6490 IDP board
arm64: dts: qcom: qcm6490: Add qcm6490 dts file

.../devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 335 ++++++++++++++++++
arch/arm64/boot/dts/qcom/qcm6490.dtsi | 94 +++++
4 files changed, 431 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490-idp.dts
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490.dtsi

--
2.42.0