summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-06-16 20:36:05 +0530
committerTom Rini <trini@konsulko.com>2015-06-19 16:46:49 -0400
commit334bbb387f2d369f4cf0b28173f0764c8316fd5b (patch)
treee02d44894c493064b011e80a7ed5e87736bea053 /include
parentf4787eab135d31a097a0ec6fbf0b4876d548bf60 (diff)
ARM: BeagleBoard-X15: Enable VTT regulator
BeagleBoard-X15 uses a vtt regulator for DDR3 termination and this is controlled by gpio7_11. Configuring gpio7_11. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/beagle_x15.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h
index 8d072c6ed0..c5dde99f5f 100644
--- a/include/configs/beagle_x15.h
+++ b/include/configs/beagle_x15.h
@@ -18,6 +18,8 @@
#define CONFIG_IODELAY_RECALIBRATION
#endif
+#define CONFIG_BOARD_EARLY_INIT_F
+
#define CONFIG_NR_DRAM_BANKS 2
#define CONFIG_ENV_SIZE (64 << 10)