diff options
| author | Bastian Ruppert <[email protected]> | 2011-10-04 23:43:33 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-11-03 22:56:26 +0100 |
| commit | e5ee9125ecff23f337f26834c07a1f0252378818 (patch) | |
| tree | 7fc29541ac6195c5820a73feb5c6a1bec0be4a22 /include | |
| parent | 2084f21b05fe5b6254239fc8b1ad2f3fb259c49d (diff) | |
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 <[email protected]>
CC: [email protected]
CC: [email protected]
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -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 d86207a3b27..916ad00541a 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 |
