mbox series

[V2,0/4] Add initial support for RDP474 of IPQ5332 family

Message ID 20230605080531.3879-1-quic_kathirav@quicinc.com (mailing list archive)
Headers show
Series Add initial support for RDP474 of IPQ5332 family | expand

Message

Kathiravan Thirumoorthy June 5, 2023, 8:05 a.m. UTC
Add the initial device tree support for the Reference Design
Platform(RDP) 474 based on IPQ5332 family of SoC. This patch carries
the support for Console UART, eMMC, I2C and GPIO based buttons.

Most of the features of RDP474 is similar to RDP441, except that the
QDSP will not be used in RDP474, whereas it will be used in the RDP441.

RDP474 comes with the SoC IPQ5300, so add the SoC info support for the
same.

Kathiravan T (4):
  dt-bindings: arm: qcom,ids: add SoC ID for IPQ5300
  soc: qcom: socinfo: Add Soc ID for IPQ5300
  dt-bindings: arm: qcom: document MI01.9 board based on IPQ5332 family
  arm64: dts: qcom: ipq5332: add support for the RDP474 variant

 .../devicetree/bindings/arm/qcom.yaml         |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/ipq5332-rdp474.dts   | 112 ++++++++++++++++++
 drivers/soc/qcom/socinfo.c                    |   1 +
 include/dt-bindings/arm/qcom,ids.h            |   1 +
 5 files changed, 117 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/ipq5332-rdp474.dts

Comments

Bjorn Andersson June 13, 2023, 10:30 p.m. UTC | #1
On Mon, 5 Jun 2023 13:35:27 +0530, Kathiravan T wrote:
> Add the initial device tree support for the Reference Design
> Platform(RDP) 474 based on IPQ5332 family of SoC. This patch carries
> the support for Console UART, eMMC, I2C and GPIO based buttons.
> 
> Most of the features of RDP474 is similar to RDP441, except that the
> QDSP will not be used in RDP474, whereas it will be used in the RDP441.
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5300
      commit: b56715957bc820ee4b01adfd6fa63fea63cd212a
[2/4] soc: qcom: socinfo: Add Soc ID for IPQ5300
      commit: f471f91a0d63539107004a8e826ff017ed4d2588

Best regards,