mbox series

[V2,0/2] Add initial support for RDP454 of IPQ9574 family

Message ID 20230531032648.23816-1-quic_poovendh@quicinc.com
Headers show
Series Add initial support for RDP454 of IPQ9574 family | expand

Message

Poovendhan Selvaraj May 31, 2023, 3:26 a.m. UTC
Add the initial device tree support for the Reference Design
Platform(RDP) 454 based on IPQ9574 family of SoCs. This patch series adds
support for Console UART, SPI NOR and SMPA1 regulator node.

V2:
	- Change logs are added to the respective patches.

V1 can be found at
	https://lore.kernel.org/linux-arm-msm/20230519103128.30783-1-quic_poovendh@quicinc.com/

Poovendhan Selvaraj (2):
  dt-bindings: arm: qcom: document AL02-C9 board based on IPQ9574 family
  arm64: dts: qcom: ipq9574: add support for RDP454 variant

 .../devicetree/bindings/arm/qcom.yaml         |  2 +
 arch/arm64/boot/dts/qcom/Makefile             |  1 +
 arch/arm64/boot/dts/qcom/ipq9574-rdp454.dts   | 80 +++++++++++++++++++
 3 files changed, 83 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/ipq9574-rdp454.dts


base-commit: 8c33787278ca8db73ad7d23f932c8c39b9f6e543

Comments

Bjorn Andersson June 13, 2023, 11:48 p.m. UTC | #1
On Wed, 31 May 2023 08:56:46 +0530, Poovendhan Selvaraj wrote:
> Add the initial device tree support for the Reference Design
> Platform(RDP) 454 based on IPQ9574 family of SoCs. This patch series adds
> support for Console UART, SPI NOR and SMPA1 regulator node.
> 
> V2:
> 	- Change logs are added to the respective patches.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom: document AL02-C9 board based on IPQ9574 family
      commit: add687cbfc3482ca74949b91b251e76792d25652
[2/2] arm64: dts: qcom: ipq9574: add support for RDP454 variant
      commit: 2435d79033f5e7400195ed3b31585c0c053de553

Best regards,