[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231103184655.23555-1-quic_kbajaj@quicinc.com>
Date: Sat, 4 Nov 2023 00:16:53 +0530
From: Komal Bajaj <quic_kbajaj@...cinc.com>
To: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
CC: <linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <quic_nainmeht@...cinc.com>,
Komal Bajaj <quic_kbajaj@...cinc.com>
Subject: [RFC PATCH 0/2] Add support for qcm6490 idp and rb3 board
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@quicinc.com/
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
Powered by blists - more mailing lists