public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/6] DTS Sync from v6.5-rc1 to u-boot
@ 2023-08-25 11:16 Manorit Chawdhry
  2023-08-25 11:16 ` [PATCH v2 1/6] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM Manorit Chawdhry
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Manorit Chawdhry @ 2023-08-25 11:16 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.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-f4548452760a@ti.com

---
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,
-- 
Manorit Chawdhry <m-chawdhry@ti.com>


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

end of thread, other threads:[~2023-08-29 10:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 11:16 [PATCH v2 0/6] DTS Sync from v6.5-rc1 to u-boot Manorit Chawdhry
2023-08-25 11:16 ` [PATCH v2 1/6] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM Manorit Chawdhry
2023-08-28 16:41   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 2/6] arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list Manorit Chawdhry
2023-08-28  2:05   ` Neha Malcom Francis
2023-08-28 16:35   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 3/6] k3-j721s2: Sync from Linux tag v6.5-rc1 Manorit Chawdhry
2023-08-28  2:16   ` Neha Malcom Francis
2023-08-28  7:34   ` Neha Malcom Francis
2023-08-28  7:56     ` Manorit Chawdhry
2023-08-28 16:23   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 4/6] k3-am68: " Manorit Chawdhry
2023-08-28  2:20   ` Neha Malcom Francis
2023-08-28 16:24   ` Nishanth Menon
2023-08-25 11:17 ` [PATCH v2 5/6] docs: ti: j721s2_evm: Create documentation from J7200 docs Manorit Chawdhry
2023-08-28  2:24   ` Neha Malcom Francis
2023-08-28 13:30   ` Nishanth Menon
2023-08-29 10:38     ` Manorit Chawdhry
2023-08-25 11:17 ` [PATCH v2 6/6] board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File Manorit Chawdhry
2023-08-28 16:39   ` Nishanth Menon

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