
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 next-20230815 along with addition of the documentation for J721S2 that had been previously missing.
Linux next-20230815 has been choosen due to certain fixes of mcu_ringacc being merged to -next recently that helps this sync to remove overrides for mcu_ringacc from -u-boot.dtsi
* 702110c2be99 arm64: dts: ti: k3: Add cfg reg region to ringacc node * 4f1e869915b7 dt-bindings: soc: ti: k3-ringacc: Describe cfg reg region
DMA fixes are also being upstreamed to Linux [0]. They'll be fixed in U-boot post their merge in 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 --- Manorit Chawdhry (3): k3-j721s2: Sync from linux-next tag next-20230815 k3-am68: Sync from linux-next tag next-20230815 docs: ti: j721s2_evm: Create documentation from J7200 docs
MAINTAINERS | 1 + arch/arm/dts/k3-am68-sk-base-board-u-boot.dtsi | 57 +- arch/arm/dts/k3-am68-sk-base-board.dts | 524 +++++++++----- arch/arm/dts/k3-am68-sk-r5-base-board.dts | 109 +-- arch/arm/dts/k3-am68-sk-som.dtsi | 112 +-- .../dts/k3-j721s2-common-proc-board-u-boot.dtsi | 52 +- arch/arm/dts/k3-j721s2-common-proc-board.dts | 376 ++++++---- 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 | 110 +-- 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/dts/k3-serdes.h | 204 ++++++ doc/board/ti/j721s2_evm.rst | 228 ++++++ doc/board/ti/k3.rst | 1 + 16 files changed, 2407 insertions(+), 803 deletions(-) --- base-commit: 5d3758178bc23d731897f05244bf564f8d1caf48 change-id: 20230816-b4-upstream-j721s2-r5-pinmux-25c4cd61b258
Best regards,