mbox series

[0/2] Add initial support for RDP415 of IPQ5018 family

Message ID 20230720074846.20350-1-quic_harihk@quicinc.com
Headers show
Series Add initial support for RDP415 of IPQ5018 family | expand

Message

Hariharan K July 20, 2023, 7:48 a.m. UTC
Add the initial device tree support for the Reference Design
Platform(RDP) 415 based on IPQ5018 family of SoC. This patch
carries the support for Console UART and eMMC.

This series is based on the below series,
https://lore.kernel.org/lkml/20230720072938.315
46-1-quic_harihk@quicinc.com/

Hariharan K (2):
  dt-bindings: arm: qcom: Document MP03.3-C2 board based on IPQ5018
    family
  arm64: dts: qcom: ipq5018: add support for the RDP415 variant

 .../devicetree/bindings/arm/qcom.yaml         |  2 +
 arch/arm64/boot/dts/qcom/Makefile             |  1 +
 arch/arm64/boot/dts/qcom/ipq5018-rdp415.dts   | 49 +++++++++++++++++++
 3 files changed, 52 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-rdp415.dts

Comments

Konrad Dybcio July 20, 2023, 8:05 a.m. UTC | #1
On 20.07.2023 09:48, Hariharan K wrote:
> Add the initial device tree support for the Reference Design
> Platform(RDP) 415 based on IPQ5018 family of SoC. This patch
> carries the support for Console UART and eMMC.
> 
> This series is based on the below series,
> https://lore.kernel.org/lkml/20230720072938.315
> 46-1-quic_harihk@quicinc.com/
> 
You just sent 3 series doing almost the same thing.
For v2, please bunch them all up into a single series.

Konrad