Hi, this series does the final changes to switch on OF_UPSTREAM on am43xx. Mainly it adds some -u-boot.dtsi files to define tick-timer and other necessary pieces. It changes the defconfigs and removes the old devicetrees.
This series depends on these other series: - clk: clk-uclass: Ignore -ENOSYS in clk_set_default_rates(): https://patch.msgid.link/20260827-v2026-10-next-topic-am45-ofupstream-clk-default-rates-enosys-v1-1-ce3b87667...@baylibre.com - net: ti: cpsw: Skip disabled ports in switch binding: https://patch.msgid.link/20260827-v2026-10-next-topic-am45-ofupstream-cpsw-fix-ports-v1-1-764e97251...@baylibre.com - mmc: omap_hsmmc: Add "ti,am437-sdhci" compatible: https://patch.msgid.link/20260827-v2026-10-next-topic-am45-ofupstream-mmc-compatibles-v1-1-24299cefb...@baylibre.com - simple-pm-bus: Fix clk -ENOSYS check: https://patch.msgid.link/20260827-v2026-10-next-topic-am45-ofupstream-simple-pm-bus-v1-1-1b16c8f95...@baylibre.com - bus: ti-sysc: Prepare for use with am43 and OF_UPSTREAM: https://patch.msgid.link/20260827-v2026-10-next-topic-am45-ofupstream-ti-sysc-v1-0-e2c43cecc...@baylibre.com It was tested on am437x industrial EVM with mmc. Help testing is appreciated. Best, Markus Signed-off-by: Markus Schneider-Pargmann (TI) <[email protected]> --- Markus Schneider-Pargmann (TI) (4): arm: dts: am43xx: Add missing board u-boot.dtsi files arm: dts: am4372-u-boot.dtsi: Add tick-timer configs: am43xx: Switch to upstream devicetree arm: dts: am43xx: Remove local devicetrees for migrated boards arch/arm/dts/Makefile | 5 - arch/arm/dts/am4372-generic.dts | 23 - arch/arm/dts/am4372-u-boot.dtsi | 36 +- arch/arm/dts/am4372.dtsi | 1006 ----------------------------- arch/arm/dts/am437x-cm-t43-u-boot.dtsi | 21 + arch/arm/dts/am437x-cm-t43.dts | 420 ------------ arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 8 +- arch/arm/dts/am437x-gp-evm.dts | 798 ----------------------- arch/arm/dts/am437x-idk-evm.dts | 420 ------------ arch/arm/dts/am437x-sk-evm.dts | 710 -------------------- arch/arm/dts/am43x-epos-evm-u-boot.dtsi | 21 + arch/arm/dts/am43x-epos-evm.dts | 803 ----------------------- arch/arm/dts/am43xx-clocks.dtsi | 754 --------------------- configs/am43xx_evm_defconfig | 22 +- configs/am43xx_evm_qspiboot_defconfig | 8 +- configs/am43xx_evm_rtconly_defconfig | 22 +- configs/am43xx_evm_usbhost_boot_defconfig | 22 +- configs/am43xx_hs_evm_defconfig | 22 +- configs/am43xx_hs_evm_qspi_defconfig | 8 +- configs/cm_t43_defconfig | 17 +- 20 files changed, 173 insertions(+), 4973 deletions(-) --- base-commit: d3e8597e46b635ec556a057bc42f0b0859654bdf change-id: 20260827-v2026-10-next-topic-am45-ofupstream-am4-of-upstream-7bc51b74cace prerequisite-change-id: 20260827-v2026-10-next-topic-am45-ofupstream-clk-default-rates-enosys-1359deb9d80b:v1 prerequisite-patch-id: a50725fed0f48a3b9a5fb7a393849ef468064a1c prerequisite-change-id: 20260827-v2026-10-next-topic-am45-ofupstream-cpsw-fix-ports-c8c85066f569:v1 prerequisite-patch-id: 6f2e5fbfe0a07dc47c4676915bdd782056927de6 prerequisite-change-id: 20260827-v2026-10-next-topic-am45-ofupstream-mmc-compatibles-f42b5bb9af5f:v1 prerequisite-patch-id: 7053ccee1ca3e18fd3a0cc3fd591df52fa4db1de prerequisite-change-id: 20260827-v2026-10-next-topic-am45-ofupstream-simple-pm-bus-64848798be49:v1 prerequisite-patch-id: 4063f82addda24a2eb7616e50ebbe08c2f8b2f6d prerequisite-change-id: 20260827-v2026-10-next-topic-am45-ofupstream-ti-sysc-7dede28fcca7:v1 prerequisite-patch-id: f58324411758f20bbb2f6d6f3066fcc9201faf3b prerequisite-patch-id: 899231254292cb832e7c4c7eeb1c4c090d8d5311 prerequisite-patch-id: 7b69f6e00f87753125b4c0891a9180862fbaf19e Best regards, -- Markus Schneider-Pargmann (TI) <[email protected]>
