diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2014-08-04 14:12:24 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-25 14:48:13 (GMT) |
commit | 7b9225237049181524be5a8801dde6a6716e1357 (patch) | |
tree | 1f1ddac01b283723bf1785a77c0fd4e072338ba1 /include/configs | |
parent | 1286b7f6ca5fc3d42927cbe2f50b51a4870021dd (diff) | |
download | u-boot-7b9225237049181524be5a8801dde6a6716e1357.tar.xz |
ARM: DRA: Enable VTT regulator
DRA7 evm REV G and later boards uses a vtt regulator for DDR3 termination
and this is controlled by gpio7_11. Configuring gpio7_11.
The pad A22(offset 0x3b4) is used by gpio7_11 on REV G and later boards,
and left unused on previous boards, so it is safe enough to enable gpio
on all DRA7 boards.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/dra7xx_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index d7d6d30..4143a4d 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -13,6 +13,7 @@ #define __CONFIG_DRA7XX_EVM_H #define CONFIG_DRA7XX +#define CONFIG_BOARD_EARLY_INIT_F #ifndef CONFIG_QSPI_BOOT /* MMC ENV related defines */ |