mbox series

[0/3] arm: dts: am625/am62a7: Switch over to OF_UPSTREAM

Message ID 20240605152752.1711835-1-nm@ti.com
Headers show
Series arm: dts: am625/am62a7: Switch over to OF_UPSTREAM | expand

Message

Nishanth Menon June 5, 2024, 3:27 p.m. UTC
Cleanup am625 on by switching over the last two platforms (SK and
beagleplay) over to OF_UPSTREAM, and while at it, switch over am62a7
(last of the am62* family) over as well.

This superscedes the previous version of beagleplay only patch[1]

Test logs: https://gist.github.com/nmenon/ba310d3750a80789aca6a4fd90190135

Nishanth Menon (3):
  arm: dts: am625_beagleplay: Switch to OF_UPSTREAM
  arm: dts: am625_sk: Switch to OF_UPSTREAM
  arm: dts: am62a7_sk: Switch to OF_UPSTREAM

 arch/arm/dts/Makefile                        |    7 +-
 arch/arm/dts/k3-am62-main.dtsi               | 1058 ------------------
 arch/arm/dts/k3-am62-mcu.dtsi                |  176 ---
 arch/arm/dts/k3-am62-thermal.dtsi            |   36 -
 arch/arm/dts/k3-am62-wakeup.dtsi             |   96 --
 arch/arm/dts/k3-am62.dtsi                    |  122 --
 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi |    4 +-
 arch/arm/dts/k3-am625-beagleplay.dts         |  932 ---------------
 arch/arm/dts/k3-am625-sk-binman.dtsi         |    2 +-
 arch/arm/dts/k3-am625-sk.dts                 |  299 -----
 arch/arm/dts/k3-am625.dtsi                   |  155 ---
 arch/arm/dts/k3-am62a-main.dtsi              | 1054 -----------------
 arch/arm/dts/k3-am62a-mcu.dtsi               |  170 ---
 arch/arm/dts/k3-am62a-sk-binman.dtsi         |    2 +-
 arch/arm/dts/k3-am62a-thermal.dtsi           |   50 -
 arch/arm/dts/k3-am62a-wakeup.dtsi            |   73 --
 arch/arm/dts/k3-am62a.dtsi                   |  125 ---
 arch/arm/dts/k3-am62a7-sk.dts                |  702 ------------
 arch/arm/dts/k3-am62x-sk-common.dtsi         |  535 ---------
 configs/am62ax_evm_a53_defconfig             |    3 +-
 configs/am62x_beagleplay_a53_defconfig       |    3 +-
 configs/am62x_evm_a53_defconfig              |    3 +-
 22 files changed, 12 insertions(+), 5595 deletions(-)
 delete mode 100644 arch/arm/dts/k3-am62-main.dtsi
 delete mode 100644 arch/arm/dts/k3-am62-mcu.dtsi
 delete mode 100644 arch/arm/dts/k3-am62-thermal.dtsi
 delete mode 100644 arch/arm/dts/k3-am62-wakeup.dtsi
 delete mode 100644 arch/arm/dts/k3-am62.dtsi
 delete mode 100644 arch/arm/dts/k3-am625-beagleplay.dts
 delete mode 100644 arch/arm/dts/k3-am625-sk.dts
 delete mode 100644 arch/arm/dts/k3-am625.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a-main.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a-mcu.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a-thermal.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a-wakeup.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a.dtsi
 delete mode 100644 arch/arm/dts/k3-am62a7-sk.dts
 delete mode 100644 arch/arm/dts/k3-am62x-sk-common.dtsi

 [1] https://lore.kernel.org/u-boot/20240604134751.249048-1-nm@ti.com/

base-commit: 227be29df37545f74243a98c12a4a33c4160e3cd

Comments

Dhruva Gole June 5, 2024, 6:41 p.m. UTC | #1
Hi,

On Jun 05, 2024 at 10:27:49 -0500, Nishanth Menon wrote:
> Cleanup am625 on by switching over the last two platforms (SK and
> beagleplay) over to OF_UPSTREAM, and while at it, switch over am62a7
> (last of the am62* family) over as well.

Thanks for the cleanup.

> 
> This superscedes the previous version of beagleplay only patch[1]
> 
> Test logs: https://gist.github.com/nmenon/ba310d3750a80789aca6a4fd90190135
> 
> Nishanth Menon (3):
>   arm: dts: am625_beagleplay: Switch to OF_UPSTREAM
>   arm: dts: am625_sk: Switch to OF_UPSTREAM
>   arm: dts: am62a7_sk: Switch to OF_UPSTREAM
> 

For the series,
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Bryan Brattlof June 6, 2024, 6:46 p.m. UTC | #2
On June  5, 2024 thus sayeth Nishanth Menon:
> Cleanup am625 on by switching over the last two platforms (SK and
> beagleplay) over to OF_UPSTREAM, and while at it, switch over am62a7
> (last of the am62* family) over as well.
> 
> This superscedes the previous version of beagleplay only patch[1]
> 
> Test logs: https://gist.github.com/nmenon/ba310d3750a80789aca6a4fd90190135
> 
> Nishanth Menon (3):
>   arm: dts: am625_beagleplay: Switch to OF_UPSTREAM
>   arm: dts: am625_sk: Switch to OF_UPSTREAM
>   arm: dts: am62a7_sk: Switch to OF_UPSTREAM

Looks great to me

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

~Bryan
Tom Rini June 18, 2024, 2:53 p.m. UTC | #3
On Wed, 05 Jun 2024 10:27:49 -0500, Nishanth Menon wrote:

> Cleanup am625 on by switching over the last two platforms (SK and
> beagleplay) over to OF_UPSTREAM, and while at it, switch over am62a7
> (last of the am62* family) over as well.
> 
> This superscedes the previous version of beagleplay only patch[1]
> 
> Test logs: https://gist.github.com/nmenon/ba310d3750a80789aca6a4fd90190135
> 
> [...]

Applied to u-boot/next, thanks!