[PATCH v4 0/2] J7200 device tree sync from v6.6-rc1 to u-boot

Reid Tonking reidt at ti.com
Wed Oct 4 18:56:27 CEST 2023


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 version of patch no longer boots in next branch due to a
recent change with how bootph-pre-ram now works [2]. Changes have been
in this version to avoid future issues with that.

Boot log is included in [1]

[0]: https://lore.kernel.org/all/20230810174356.3322583-1-vigneshr@ti.com/
[1]: https://gist.github.com/reidt1/3bc6c5a0230346a5136aa857485b2cdb
[2]: https://lore.kernel.org/u-boot/CAPnjgZ3MgWX8T0A0SofphEr_Xd77pE3hte9DNye1RuBVeB9N8Q@mail.gmail.com/

---
Changes in v4:
- Changed bootph-pre-ram to bootph-all in response to [2]
- Removed serdes.h from series since it has been added already
- Rebased off of "ec6f06bddc configs: Resync with savedefconfig"
- Removed reviewed-by on patch 2 due to changes
- Link to v3: https://lore.kernel.org/u-boot/20230918171813.11407-3-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 | 311 +---------
 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, 1212 insertions(+), 546 deletions(-)
 create mode 100644 arch/arm/dts/k3-j7200-thermal.dtsi

-- 
2.34.1



More information about the U-Boot mailing list