diff options
| author | Tom Rini <[email protected]> | 2026-06-09 10:26:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-09 10:26:36 -0600 |
| commit | cf81e36fa0c85117dbfc9a8b606671eb4b25b9db (patch) | |
| tree | cb7117c023c321f49ae51a8be3633b029f7f9351 /doc | |
| parent | 1a8b7ad50aed5f5f0a4ccbfd455233919c097293 (diff) | |
| parent | 11dc7c06089c2c7e0f720d36cb0335d57aac0ba1 (diff) | |
Merge patch series "ti: j7: Update to v0.12.0 of DDR config tool"
Neha Malcom Francis <[email protected]> says:
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
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/ti/k3.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst index fa0d999affe..21973d53b15 100644 --- a/doc/board/ti/k3.rst +++ b/doc/board/ti/k3.rst @@ -651,6 +651,17 @@ Refer (:ref:`U-boot ARMV8 build <k3_rst_include_start_build_steps_uboot>`) This will need to be explicitly disabled by changing the boot_targets to disallow fallback during testing. +DDR Configuration +----------------- + +The K3 DDRSS driver (drivers/ram/k3-ddrss/k3-ddrss.c) configures the DDR during +the R5 SPL stage. The driver utilizes an auto-generated configuration file +containing necessary settings for the DDR. It configures the frequency, timing +parameters, training algorithms etc. for DDR initialization. The configuration +DTSI can be generated using the `Sysconfig tool <https://dev.ti.com/sysconfig>`_ +and selecting the software product as "DDR Configuration for \*" as well as the +required device. + Saving environment ------------------ |
