summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-10-13 23:06:02 +0300
committerTom Warren <twarren@nvidia.com>2021-10-14 00:18:30 +0300
commitf814ff5e0b10a0b6a1b303a849e68f302f0d8627 (patch)
treed8e0819942673954242f7c3bd462c0de29668f6e /include
parentdb8a0306c91c470854fcfb9b3373ab98b18d3eba (diff)
downloadu-boot-f814ff5e0b10a0b6a1b303a849e68f302f0d8627.tar.xz
ARM: tegra: Support EMC frequency tables on Tegra210
The EMC frequency tables are created from a training sequence performed during early boot and passed in via a reserved memory region by nvtboot. Copy this table to the kernel DTB so that the kernel can use it to scale the EMC frequency at runtime. Note that early bootloaders store the EMC table at an address that currently intersects with the load address of the initial ramdisk. In order to avoid copying the table to a different address, simply change the load address for the initial ramdisk in U-Boot. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra210-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h
index b9e04147be..e1b91f6250 100644
--- a/include/configs/tegra210-common.h
+++ b/include/configs/tegra210-common.h
@@ -44,7 +44,7 @@
"kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
"fdtfile=" FDTFILE "\0" \
"fdt_addr_r=0x83000000\0" \
- "ramdisk_addr_r=0x83200000\0"
+ "ramdisk_addr_r=0x83420000\0"
/* For USB EHCI controller */
#define CONFIG_EHCI_IS_TDI