mbox series

[0/2] arm64: ti: k3-am62: Introduce DT nodes for basic peripherals

Message ID 20220415131917.431137-1-vigneshr@ti.com (mailing list archive)
Headers show
Series arm64: ti: k3-am62: Introduce DT nodes for basic peripherals | expand

Message

Vignesh Raghavendra April 15, 2022, 1:19 p.m. UTC
Add nodes for McSPI, OSPI, MMC, DMA and CPSW eth switch

Bootlog:https://gist.github.com/r-vignesh/b2fb23da7c589394f56ce08fd00a155b

Vignesh Raghavendra (2):
  arm64: dts: ti: k3-am62: Add more peripheral nodes
  arm64: dts: ti: k3-am625-sk: Enable on board peripherals

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 266 ++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi  |  20 ++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 271 +++++++++++++++++++++++
 3 files changed, 557 insertions(+)

Comments

Bryan Brattlof April 19, 2022, 1:41 p.m. UTC | #1
On April 15, 2022 thus sayeth Vignesh Raghavendra:
> Add nodes for McSPI, OSPI, MMC, DMA and CPSW eth switch
> 
> Bootlog:https://gist.github.com/r-vignesh/b2fb23da7c589394f56ce08fd00a155b
> 
> Vignesh Raghavendra (2):
>   arm64: dts: ti: k3-am62: Add more peripheral nodes
>   arm64: dts: ti: k3-am625-sk: Enable on board peripherals

Looks great to me!

Reviewed-by: Bryan Brattlof <bb@ti.com>


~Bryan