[RFC PATCH 0/2] Add support for qcm6490 idp and rb3 board

From: Komal Bajaj
Date: Fri Nov 03 2023 - 14:47:31 EST


The patch series is following from the discussion [1] and taking the
suggestion, it is introducing a common dtsi, qcm6490-iot-common.dtsi,
for IOT segment which would facilitate abstracting the memory map
required for IOT without impacting SC7280 and avoid code duplication
for the boards based on QCM6490. We would be posting the memory map
changes subsequently once we converge on the approach. The series also
introduces two boards for QCM6490, IDP and RB3.

[1] https://lore.kernel.org/linux-arm-msm/d97ebf74-ad03-86d6-b826-b57be209b9e2@xxxxxxxxxxx/

Komal Bajaj (2):
dt-bindings: arm: qcom: Add QCM6490 IDP and RB3 board
arm64: dts: qcom: qcm6490: Add qcm6490 idp and rb3 board

.../devicetree/bindings/arm/qcom.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 2 +
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 33 ++
.../boot/dts/qcom/qcm6490-iot-common.dtsi | 291 ++++++++++++++++++
arch/arm64/boot/dts/qcom/qcm6490-rb3.dts | 26 ++
5 files changed, 354 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490-idp.dts
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490-iot-common.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/qcm6490-rb3.dts

--
2.42.0