
Hello Everyone!
This small series converts TI's AM65x reference board to use CONFIG_OF_UPSTREAM and removes the unused device tree files from arch/arm/dts.
Because it's the last board using a AM65x without enabling OF_UPSTREAM it allows us to also remove all the SoC FDT files as well and keep a single version of the SoC's DT files in the dts/upstream directory going forward.
Happy Hacking ~Bryan
Signed-off-by: Bryan Brattlof bb@ti.com --- Bryan Brattlof (3): board: ti: am65x: migrate to OF_UPSTREAM arm: dts: k3-am654: cleanup unused board files arm: dts: k3-am65: remove unsused am65x SoC fdt files
arch/arm/dts/Makefile | 4 +- arch/arm/dts/k3-am65-main.dtsi | 1568 ------------------------- arch/arm/dts/k3-am65-mcu.dtsi | 440 ------- arch/arm/dts/k3-am65-wakeup.dtsi | 105 -- arch/arm/dts/k3-am65.dtsi | 110 -- arch/arm/dts/k3-am654-base-board.dts | 630 ---------- arch/arm/dts/k3-am654-icssg2.dtso | 145 --- arch/arm/dts/k3-am654-industrial-thermal.dtsi | 45 - arch/arm/dts/k3-am654.dtsi | 122 -- arch/arm/dts/k3-am65x-binman.dtsi | 4 +- arch/arm/mach-k3/am65x/Kconfig | 1 + configs/am65x_evm_a53_defconfig | 3 +- 12 files changed, 6 insertions(+), 3171 deletions(-) --- base-commit: 7fe55182d9263a62e18b450c97bdf0b8031e5667 change-id: 20241118-am65x-ed4ab74db41d
Best regards,