
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.5-rc1 along with addition of the documentation for J721S2 that had been previously missing.
MCU Ringacc [0] and DMA fixes [1] are currently being upstreamed to Linux. They'll be fixed in U-boot post their merge in Linux hopefully during v6.6-rc1 timeframe.
Test Logs are included in [2]
[0]: https://lore.kernel.org/all/20230809175932.2553156-1-vigneshr@ti.com/ [1]: https://lore.kernel.org/all/20230810174356.3322583-1-vigneshr@ti.com/ [2]: https://gist.github.com/manorit2001/dbad09fd00e8b7c3872e85874c8e648c
Signed-off-by: Manorit Chawdhry m-chawdhry@ti.com --- Changes in v2: - Add an additional patch required for booting the board after rebasing to uboot-next - Use v6.5-rc1 for the Sync and revert the changed done for -next (Nishanth) - Change <> to "" in #include and fix the order of includes(Nishanth) - Remove duplicates among -u-boot.dtsi and -r5 dtsi files moving the nodes to appropriate files (Nishanth) - Remove fs_loader0 node (Nishanth) - Remove /delete-property/ and add the dev-data and clk-data (Nishanth) - Update documentation with better wordings (Nishanth) - Added openocd section (Nishanth) - Fix section numbering that was pointed out (Nishanth) - Change to use explicit-targets for cross-referencing in documentation (Nishanth) - Propose myself as a Maintainer for J721S2 as a separate commit (Nishanth) - Link to v1: https://lore.kernel.org/r/20230816-b4-upstream-j721s2-r5-pinmux-v1-0-f454845...
--- Manorit Chawdhry (5): arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list k3-j721s2: Sync from Linux tag v6.5-rc1 k3-am68: Sync from Linux tag v6.5-rc1 docs: ti: j721s2_evm: Create documentation from J7200 docs 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 | 69 +-- arch/arm/dts/k3-am68-sk-base-board.dts | 389 ++++++++------ arch/arm/dts/k3-am68-sk-r5-base-board.dts | 143 +---- arch/arm/dts/k3-am68-sk-som.dtsi | 112 +--- .../dts/k3-j721s2-common-proc-board-u-boot.dtsi | 60 +-- arch/arm/dts/k3-j721s2-common-proc-board.dts | 330 ++++++------ arch/arm/dts/k3-j721s2-main.dtsi | 585 ++++++++++++++++++++- arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi | 365 ++++++++++++- arch/arm/dts/k3-j721s2-r5-common-proc-board.dts | 151 +----- arch/arm/dts/k3-j721s2-som-p0.dtsi | 165 +++--- 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 | 5 +- configs/j721s2_evm_r5_defconfig | 1 + doc/board/ti/j721s2_evm.rst | 263 +++++++++ doc/board/ti/k3.rst | 1 + 17 files changed, 1908 insertions(+), 845 deletions(-) --- base-commit: 97841de680430e235f0954a188f245775cbbb962 change-id: 20230816-b4-upstream-j721s2-r5-pinmux-25c4cd61b258
Best regards,