
Sync AM62 device tree files with Linux v6.9 and add in the missing bits in -u-boot.dtsi to get CPSW Ethernet working.
CI testing https://github.com/u-boot/u-boot/pull/534
Signed-off-by: Roger Quadros rogerq@kernel.org ---
--- Changes in v2: - rebase on u-boot/next 13th May 2024 - drop 'not-for-merge' comment for patch 3 as it can now be merged - Link to v1: https://lore.kernel.org/r/20240425-for-2024-07-beagleplay-eth-v1-0-6c985de1c...
--- Roger Quadros (3): arm: dts: k3-am62*: sync with Linux v6.9 arm: dts: k3-am625-beagleplay: get CPSW Ethernet to work arm: dts: k3-am625-beagleplay: Fix Ethernet PHY reset GPIO
arch/arm/dts/k3-am62-main.dtsi | 126 ++++++++++++++--- arch/arm/dts/k3-am62-mcu.dtsi | 4 +- arch/arm/dts/k3-am62-thermal.dtsi | 5 +- arch/arm/dts/k3-am62-wakeup.dtsi | 38 +++-- arch/arm/dts/k3-am62.dtsi | 4 +- arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 63 +++++++++ arch/arm/dts/k3-am625-beagleplay.dts | 66 ++++----- arch/arm/dts/k3-am625-sk.dts | 4 +- arch/arm/dts/k3-am625.dtsi | 4 +- arch/arm/dts/k3-am62a-main.dtsi | 201 +++++++++++++++++++++++++-- arch/arm/dts/k3-am62a-mcu.dtsi | 4 +- arch/arm/dts/k3-am62a-thermal.dtsi | 5 +- arch/arm/dts/k3-am62a-wakeup.dtsi | 4 +- arch/arm/dts/k3-am62a.dtsi | 4 +- arch/arm/dts/k3-am62a7-sk.dts | 162 ++++++++++++++++++++- arch/arm/dts/k3-am62a7.dtsi | 4 +- arch/arm/dts/k3-am62x-sk-common.dtsi | 24 +++- 17 files changed, 621 insertions(+), 101 deletions(-) --- base-commit: c67199962b2a819a4b0ae8d57dc68b7cadee0c9e change-id: 20240305-for-2024-07-beagleplay-eth-f82a51197937
Best regards,