
This series tries to sync device tree files from Linux v6.6-rc1 while making changes to the u-boot.dtsi and r5-common-proc-board.dts files in order to remove duplicate nodes and achieve successful boot.
DMA fixes [0] are currently being upstreamed to Linux. They'll be fixed in U-boot post their merge in Linux.
Previous versions (v1-v3) of patch no longer boot in next branch due to a recent change with how bootph-pre-ram now works [1]. Changes have been in this version to avoid future issues with that.
Boot log is included in [2]
[0]: https://lore.kernel.org/all/20230810174356.3322583-1-vigneshr@ti.com/ [1]: https://lore.kernel.org/u-boot/CAPnjgZ3MgWX8T0A0SofphEr_Xd77pE3hte9DNye1RuBV... [2]: https://gist.github.com/reidt1/809bafbab561bb148513e2b55ba11a56 --- Changes in v5: - Replaced bootph-all's in r5.dts with bootph-pre-ram - Link to v4: https://lore.kernel.org/u-boot/20231004165629.506664-1-reidt@ti.com/
Reid Tonking (2): arm: mach-k3: j7200: Add mcu_timer0 id to the dev list arm: dts: j7200: dts sync with Linux 6.6-rc1
.../k3-j7200-common-proc-board-u-boot.dtsi | 208 +++---- arch/arm/dts/k3-j7200-common-proc-board.dts | 186 +++--- arch/arm/dts/k3-j7200-main.dtsi | 535 +++++++++++++++++- arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 286 +++++++++- .../arm/dts/k3-j7200-r5-common-proc-board.dts | 301 +--------- arch/arm/dts/k3-j7200-som-p0.dtsi | 154 +++-- arch/arm/dts/k3-j7200-thermal.dtsi | 47 ++ arch/arm/dts/k3-j7200.dtsi | 30 +- arch/arm/mach-k3/j7200/dev-data.c | 1 + 9 files changed, 1207 insertions(+), 541 deletions(-) create mode 100644 arch/arm/dts/k3-j7200-thermal.dtsi