diff options
author | Yuri Tikhonov <yur@pollux.denx.de> | 2008-02-04 17:11:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-18 21:59:24 +0100 |
commit | ff818b21b069f4bc9cb73373cc5a16014be101b7 (patch) | |
tree | cea950fede325dfea0a5d9d41c0e583aba5ebd7e /include | |
parent | 603f194e5ad81bb2ef42d6d8aaa74de175bcb411 (diff) | |
download | u-boot-imx-ff818b21b069f4bc9cb73373cc5a16014be101b7.zip u-boot-imx-ff818b21b069f4bc9cb73373cc5a16014be101b7.tar.gz u-boot-imx-ff818b21b069f4bc9cb73373cc5a16014be101b7.tar.bz2 |
Add support for the lwmon5 board reset via GPIO58.
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lwmon5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 6489e0e..e179e4f 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -36,6 +36,7 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_BOARD_POSTCLK_INIT 1 /* Call board_postclk_init */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ +#define CONFIG_BOARD_RESET 1 /* Call board_reset */ /*----------------------------------------------------------------------- * Base addresses -- Note these are effective addresses where the @@ -516,6 +517,7 @@ #define CFG_GPIO_EEPROM_EXT_WP 55 #define CFG_GPIO_HIGHSIDE 56 #define CFG_GPIO_EEPROM_INT_WP 57 +#define CFG_GPIO_BOARD_RESET 58 #define CFG_GPIO_LIME_S 59 #define CFG_GPIO_LIME_RST 60 #define CFG_GPIO_SYSMON_STATUS 62 |