summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJimmy Zhang <jimmzhang@nvidia.com>2012-04-02 13:18:52 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:38 +0200
commit0e35ad053f239912ebf879c20d44689ff0834c03 (patch)
treeb168ee3a4ac5291dc404b5733225b5930b4048ee /include
parent1d5dba604c93bc2916cbd30c239bc8d237f12073 (diff)
downloadtalos-obmc-uboot-0e35ad053f239912ebf879c20d44689ff0834c03.tar.gz
talos-obmc-uboot-0e35ad053f239912ebf879c20d44689ff0834c03.zip
tegra: Add EMC support for optimal memory timings
Add support for setting up the memory controller parameters. Boards can set up an appropriate table in the device tree. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/fdtdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 0351a25a98..49251d59c3 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -60,6 +60,8 @@ enum fdt_compat_id {
COMPAT_NVIDIA_TEGRA20_USB, /* Tegra2 USB port */
COMPAT_NVIDIA_TEGRA20_I2C, /* Tegra2 i2c */
COMPAT_NVIDIA_TEGRA20_DVC, /* Tegra2 dvc (really just i2c) */
+ COMPAT_NVIDIA_TEGRA20_EMC, /* Tegra2 memory controller */
+ COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra2 memory timing table */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud