diff options
author | Bastian Ruppert <Bastian.Ruppert@Sewerin.de> | 2011-10-04 23:43:33 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-03 22:56:26 +0100 |
commit | e5ee9125ecff23f337f26834c07a1f0252378818 (patch) | |
tree | 7fc29541ac6195c5820a73feb5c6a1bec0be4a22 /include/configs/ea20.h | |
parent | 2084f21b05fe5b6254239fc8b1ad2f3fb259c49d (diff) | |
download | u-boot-imx-e5ee9125ecff23f337f26834c07a1f0252378818.zip u-boot-imx-e5ee9125ecff23f337f26834c07a1f0252378818.tar.gz u-boot-imx-e5ee9125ecff23f337f26834c07a1f0252378818.tar.bz2 |
Davinci: ea20: add gpio for keeping power on in board_late_init
The pin called HALTEN drives a transistor to operate the supply
voltage. After HALTEN is high, the user can release the power
switch button and the device will stay powered on.
Signed-off-by: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>
CC: sbabic@denx.de
CC: dzu@denx.de
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/ea20.h')
-rw-r--r-- | include/configs/ea20.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h index d86207a..916ad00 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -31,6 +31,7 @@ #define CONFIG_SYS_USE_NAND #define CONFIG_DRIVER_TI_EMAC_USE_RMII #define CONFIG_BOARD_EARLY_INIT_F +#define BOARD_LATE_INIT /* * SoC Configuration |