]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: dts: k3-am64: Sync DT with Linux v6.5-rc1
authorRoger Quadros <rogerq@kernel.org>
Sat, 5 Aug 2023 08:14:40 +0000 (11:14 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 17 Aug 2023 19:10:01 +0000 (15:10 -0400)
commit01f573eb88a15b7b65e0d4b0a3fb6bfc5c29bb4d
treea7d128b1488097b360d554bf8018d8712ab15837
parent4bf49bade124c792e14952738db7b42fddad49af
arm: dts: k3-am64: Sync DT with Linux v6.5-rc1

Sync all am642-evm/am642-sk related DT files
with Linux v6.5-rc1.

- drop timer1 in favor of main_timer0 in am64-main.dtsi.
Need to delete clock & power domain properties of
main_timer1 in -r5.dts else won't boot. This is because
timer_init is done during rproc_start to start System Firmware,
but we can't do any clock/power-domain operations before
System Firmware starts.
- same constraint applies to main_uart0
- drop cpsw3g custom DT property 'mac_efuse' and custom
DT node cpsw-phy-sel as driver picks these from standard
property/node.
- include board dts file in -r5 dts file to avoid duplication
of nodes. Include -u-boot.dtsi on top.
- drop duplicate nodes in -r5 dts and -u-boot.dtsi

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Tested-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am64-main.dtsi
arch/arm/dts/k3-am64-mcu.dtsi
arch/arm/dts/k3-am64-thermal.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am64.dtsi
arch/arm/dts/k3-am642-evm-u-boot.dtsi
arch/arm/dts/k3-am642-evm.dts
arch/arm/dts/k3-am642-r5-evm.dts
arch/arm/dts/k3-am642-r5-sk.dts
arch/arm/dts/k3-am642-sk-u-boot.dtsi
arch/arm/dts/k3-am642-sk.dts
arch/arm/dts/k3-am642.dtsi