summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t/tegra-common/cpu.h
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2013-01-28 13:32:08 +0000
committerTom Warren <twarren@nvidia.com>2013-02-11 10:35:25 -0700
commit4040ec10df017273a51e6453f3511af70d4eac19 (patch)
tree7bcbc4e25f523cf9db14e667a952ddb31cc79f55 /arch/arm/cpu/arm720t/tegra-common/cpu.h
parent2fc65e2834138c388fbf5922179fdab5e9e9aefb (diff)
downloadu-boot-imx-4040ec10df017273a51e6453f3511af70d4eac19.zip
u-boot-imx-4040ec10df017273a51e6453f3511af70d4eac19.tar.gz
u-boot-imx-4040ec10df017273a51e6453f3511af70d4eac19.tar.bz2
Tegra114: Add AVP (arm720t) files
This provides SPL support for T114 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/cpu/arm720t/tegra-common/cpu.h')
-rw-r--r--arch/arm/cpu/arm720t/tegra-common/cpu.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/cpu/arm720t/tegra-common/cpu.h b/arch/arm/cpu/arm720t/tegra-common/cpu.h
index 3e2ea3a..e8e05d7 100644
--- a/arch/arm/cpu/arm720t/tegra-common/cpu.h
+++ b/arch/arm/cpu/arm720t/tegra-common/cpu.h
@@ -26,10 +26,12 @@
#define PLL_STABILIZATION_DELAY (300)
#define IO_STABILIZATION_DELAY (1000)
-#if defined(CONFIG_TEGRA30)
-#define NVBL_PLLP_KHZ (408000)
-#else /* Tegra20 */
+#if defined(CONFIG_TEGRA20)
#define NVBL_PLLP_KHZ (216000)
+#elif defined(CONFIG_TEGRA30) || defined(CONFIG_TEGRA114)
+#define NVBL_PLLP_KHZ (408000)
+#else
+#error "Unknown Tegra chip!"
#endif
#define PLLX_ENABLED (1 << 30)