diff options
author | Stefan Roese <sr@denx.de> | 2007-08-24 15:19:10 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-24 15:19:10 +0200 |
commit | d7bfa620037a6d2210159387571bdf93aa32c162 (patch) | |
tree | 6c6e02bead857712730d81a0bca57472ecd9a1f8 | |
parent | c25dd8fc25e9ca3695db996a257d9ba4dab414db (diff) |
ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/configs/lwmon5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 7b2def3d203..ecca577aa44 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -400,9 +400,9 @@ #define CFG_GPIO_PHY0_RST 22 #define CFG_GPIO_EEPROM_EXT_WP 55 #define CFG_GPIO_EEPROM_INT_WP 57 -#define CFG_GPIO_WATCHDOG 58 #define CFG_GPIO_LIME_S 59 #define CFG_GPIO_LIME_RST 60 +#define CFG_GPIO_WATCHDOG 63 /*----------------------------------------------------------------------- * PPC440 GPIO Configuration |