diff options
author | Daniel Ribeiro <drwyrm@gmail.com> | 2009-05-05 21:43:18 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-05-18 09:52:09 -0400 |
commit | 216e3b7abbd05c35d2d1a3f86629ade485351f0d (patch) | |
tree | fe89595dba787748fe311721cebd6a6101255752 /arch/arm/mach-pxa/spitz.c | |
parent | 818bc814447a35350ae90a329133e474bf1a2bd7 (diff) |
[ARM] pxa: allow gpio_reset drive high during normal work
I want to reuse tosa/spitz gpio_reset code, but my board needs the reset
gpio to be driven high during normal operation.
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index c18e34acafcb..cdacea09abfa 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -731,7 +731,7 @@ static void spitz_restart(char mode, const char *cmd) | |||
731 | 731 | ||
732 | static void __init common_init(void) | 732 | static void __init common_init(void) |
733 | { | 733 | { |
734 | init_gpio_reset(SPITZ_GPIO_ON_RESET, 1); | 734 | init_gpio_reset(SPITZ_GPIO_ON_RESET, 1, 0); |
735 | pm_power_off = spitz_poweroff; | 735 | pm_power_off = spitz_poweroff; |
736 | arm_pm_restart = spitz_restart; | 736 | arm_pm_restart = spitz_restart; |
737 | 737 | ||