public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] J721S2 DTS Sync from v6.6-rc1 to u-boot
@ 2023-09-19  8:39 Manorit Chawdhry
  2023-09-19  8:39 ` [PATCH] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM Manorit Chawdhry
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Manorit Chawdhry @ 2023-09-19  8:39 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Nishanth Menon, Vignesh Raghavendra, Neha Malcom Francis,
	Udit Kumar, Reid Tonking, Apurva Nandan, Andrew Davis,
	Manorit Chawdhry, Nikhil M Jain

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 v5:
- Fix the link ( Apurva )
- Sync with v6.6-rc1
    - Remove mcu_ringacc override from -u-boot.dtsi
- Added a patch revert that bring some instability in SK-AM68
- Update the commit messages to that of 6.6-rc1
- Link to v4: https://lore.kernel.org/r/20230816-b4-upstream-j721s2-r5-pinmux-v4-0-dc114bece5d7@ti.com

---
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
      k3-j721s2: Sync from Linux tag v6.6-rc1
      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     |  75 +-
 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    |  66 +-
 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/dts/k3-serdes.h                           | 204 ++++++
 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 +
 20 files changed, 2859 insertions(+), 1160 deletions(-)
---
base-commit: 2fe4b54556ea6271237b35de68dc458bfceab94c
change-id: 20230816-b4-upstream-j721s2-r5-pinmux-25c4cd61b258

Best regards,
-- 
Manorit Chawdhry <m-chawdhry@ti.com>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-09-20  4:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19  8:39 [PATCH] J721S2 DTS Sync from v6.6-rc1 to u-boot Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool" Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] k3-j721s2: Sync from Linux tag v6.6-rc1 Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] k3-am68: " Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] docs: board: ti: Add j721s2_evm documentation Manorit Chawdhry
2023-09-19  8:39 ` [PATCH] board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File Manorit Chawdhry
2023-09-19 11:13 ` [PATCH] J721S2 DTS Sync from v6.6-rc1 to u-boot Nishanth Menon
2023-09-19 11:20   ` Manorit Chawdhry
2023-09-19 12:05     ` Nishanth Menon
2023-09-19 17:26     ` Konstantin Ryabitsev
2023-09-20  4:39       ` Manorit Chawdhry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox