mbox series

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

Message ID 20231103184655.23555-1-quic_kbajaj@quicinc.com
Headers show
Series Add support for qcm6490 idp and rb3 board | expand

Message

Komal Bajaj Nov. 3, 2023, 6:46 p.m. UTC
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

Comments

Krzysztof Kozlowski Nov. 5, 2023, 1:06 p.m. UTC | #1
On 03/11/2023 19:46, Komal Bajaj wrote:
> Document the qcom,qcm6490-idp and qcm6490-rb3 board based off
> qcm6490 SoC.
> 
> Co-developed-by: Naina Mehta <quic_nainmeht@quicinc.com>
> Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com>
> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof