From: Neha Malcom Francis <n-francis@ti.com>
To: <trini@konsulko.com>, <s-k6@ti.com>, <bb@ti.com>
Cc: <m-chawdhry@ti.com>, <u-boot@lists.denx.de>, <u-kumar1@ti.com>,
<gehariprasath@ti.com>, <n-francis@ti.com>
Subject: [PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
Date: Mon, 3 Nov 2025 12:40:28 +0530 [thread overview]
Message-ID: <20251103071035.674604-1-n-francis@ti.com> (raw)
Update all DDR configuration DTSIs to the latest auto-generated output of
the Sysconfig Tool (DDR Configuration for TDA4x, DRA8x, AM67x, AM68x,
AM69x (0.12.00.0000)) [0]
The auto-generated files must not be modified, but effort will be taken to
change the tool output to adhere to the latest checkpatch.pl rules. J722S
and J721E will also be updated in a subsequent series.
All the changes have been kernel boot tested and memtester has passed (same
as v1, as no functional changes made).
[0] https://dev.ti.com/sysconfig/#/start
Changes since v1:
https://lore.kernel.org/u-boot/20251031053425.3960963-1-n-francis@ti.com/
- Remove old config file (Bryan)
- Add patch (7/7) for DDR configuration documentation (Tom)
Neha Malcom Francis (7):
arm: dts: k3-j7200: ddr: Update to v0.12.0 of DDR config tool
arm: dts: k3-j721s2: ddr: Update to v0.12.0 of DDR config tool
arm: dts: k3-am68: ddr: Update to v0.12.0 of DDR config tool
arm: dts: k3-j784s4: ddr: Update to v0.12.0 of DDR config tool
arm: dts: k3-am69: ddr: Update to v0.12.0 of DDR config tool
arm: dts: k3-j742s2: ddr: Update to v0.12.0 of DDR config tool
doc: ti: k3: Add section for DDR configuration
arch/arm/dts/k3-am68-ddr-sk-lp4-4266.dtsi | 4410 +++++++++
arch/arm/dts/k3-am68-sk-r5-base-board.dts | 2 +-
arch/arm/dts/k3-am69-ddr-sk-lp4-4266.dtsi | 8786 +++++++++++++++++
arch/arm/dts/k3-am69-r5-sk.dts | 2 +-
...66.dtsi => k3-j7200-ddr-evm-lp4-3200.dtsi} | 563 +-
.../arm/dts/k3-j7200-r5-common-proc-board.dts | 2 +-
arch/arm/dts/k3-j721s2-ddr-evm-lp4-4266.dtsi | 591 +-
arch/arm/dts/k3-j742s2-ddr-evm-lp4-4266.dtsi | 4872 +--------
arch/arm/dts/k3-j784s4-ddr-evm-lp4-4266.dtsi | 653 +-
doc/board/ti/k3.rst | 11 +
10 files changed, 14408 insertions(+), 5484 deletions(-)
create mode 100644 arch/arm/dts/k3-am68-ddr-sk-lp4-4266.dtsi
create mode 100644 arch/arm/dts/k3-am69-ddr-sk-lp4-4266.dtsi
rename arch/arm/dts/{k3-j7200-ddr-evm-lp4-2666.dtsi => k3-j7200-ddr-evm-lp4-3200.dtsi} (87%)
--
2.34.1
next reply other threads:[~2025-11-03 7:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-03 7:10 Neha Malcom Francis [this message]
2025-11-03 7:10 ` [PATCH v2 1/7] arm: dts: k3-j7200: ddr: Update to v0.12.0 of DDR config tool Neha Malcom Francis
2025-11-03 7:10 ` [PATCH v2 2/7] arm: dts: k3-j721s2: " Neha Malcom Francis
2025-11-03 7:10 ` [PATCH v2 3/7] arm: dts: k3-am68: " Neha Malcom Francis
2025-11-03 7:10 ` [PATCH v2 4/7] arm: dts: k3-j784s4: " Neha Malcom Francis
2025-11-03 7:10 ` [PATCH v2 5/7] arm: dts: k3-am69: " Neha Malcom Francis
2025-11-07 15:44 ` Franz Schnyder
2025-11-10 4:25 ` Neha Malcom Francis
2025-11-20 8:16 ` Francesco Dolcini
2025-11-20 14:23 ` [EXTERNAL] " Scholz, Kevin
2025-11-20 14:48 ` Francesco Dolcini
2026-04-21 10:10 ` Neha Malcom Francis
2026-05-20 21:52 ` Scholz, Kevin
2026-05-21 5:47 ` Neha Malcom Francis
2026-05-21 6:26 ` Francesco Dolcini
2026-06-09 4:25 ` Kumar, Udit
2025-11-03 7:10 ` [PATCH v2 6/7] arm: dts: k3-j742s2: " Neha Malcom Francis
2025-11-03 7:10 ` [PATCH v2 7/7] doc: ti: k3: Add section for DDR configuration Neha Malcom Francis
2025-11-03 14:35 ` Romain Naour
2026-05-21 5:45 ` Neha Malcom Francis
2026-06-09 19:17 ` [PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251103071035.674604-1-n-francis@ti.com \
--to=n-francis@ti.com \
--cc=bb@ti.com \
--cc=gehariprasath@ti.com \
--cc=m-chawdhry@ti.com \
--cc=s-k6@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=u-kumar1@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.