
The sync tries to ensure that U-boot remains functional with the updated Linux DTS and all the fixes from Linux move to U-boot during the sync.
The series tries to sync from Linux v6.6-rc1 along with addition of the documentation for J721S2 that had been previously missing.
DMA fixes [0] are currently being upstreamed to Linux.
Test Logs are included in [1]
[0]: https://lore.kernel.org/all/20230810174356.3322583-1-vigneshr@ti.com/ [1]: https://gist.github.com/manorit2001/dbad09fd00e8b7c3872e85874c8e648c
Signed-off-by: Manorit Chawdhry m-chawdhry@ti.com --- Changes in v7: - Convert bootph-pre-ram to bootph-all in -u-boot.dtsi (Refer to https://lore.kernel.org/all/CAPnjgZ3MgWX8T0A0SofphEr_Xd77pE3hte9DNye1RuBVeB9...) - Link to v6: https://lore.kernel.org/r/20230921-b4-upstream-j721s2-r5-pinmux-v6-0-ca9639c...
--- Manorit Chawdhry (6): Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool" arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list arm: dts: k3-j721s2: Sync from Linux tag v6.6-rc1 arm: dts: k3-am68: Sync from Linux tag v6.6-rc1 docs: board: ti: Add j721s2_evm documentation board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File.
Udit Kumar (1): configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM
arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi | 119 ++-- arch/arm/dts/k3-am68-sk-base-board.dts | 524 +++++++++----- arch/arm/dts/k3-am68-sk-r5-base-board.dts | 151 +--- arch/arm/dts/k3-am68-sk-som.dtsi | 112 +-- arch/arm/dts/k3-j721e-ddr-evm-lp4-4266.dtsi | 98 +-- .../dts/k3-j721s2-common-proc-board-u-boot.dtsi | 112 ++- arch/arm/dts/k3-j721s2-common-proc-board.dts | 376 ++++++---- arch/arm/dts/k3-j721s2-ddr-evm-lp4-4266.dtsi | 464 ++++++------ arch/arm/dts/k3-j721s2-main.dtsi | 777 ++++++++++++++++++++- arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi | 374 +++++++++- arch/arm/dts/k3-j721s2-r5-common-proc-board.dts | 158 +---- arch/arm/dts/k3-j721s2-som-p0.dtsi | 172 ++--- arch/arm/dts/k3-j721s2-thermal.dtsi | 101 +++ arch/arm/dts/k3-j721s2.dtsi | 12 +- arch/arm/mach-k3/j721s2/dev-data.c | 1 + board/ti/j721s2/MAINTAINERS | 11 +- configs/j721s2_evm_r5_defconfig | 1 + doc/board/ti/j721s2_evm.rst | 341 +++++++++ doc/board/ti/k3.rst | 1 + 19 files changed, 2700 insertions(+), 1205 deletions(-) --- base-commit: e29b932aa07fa0226d325b35d96cd4eea0370129 change-id: 20230816-b4-upstream-j721s2-r5-pinmux-25c4cd61b258
Best regards,