diff options
author | Rajat Verma <rajat.verma@stericsson.com> | 2011-06-20 15:04:17 +0530 |
---|---|---|
committer | said m bagheri <ebgheri@steludxu2848.(none)> | 2011-06-29 10:30:33 +0200 |
commit | 57b9900e934e80e3727fa0bbb2af61960e88f14a (patch) | |
tree | 439831deb05bef9e1becb8efa7e46c850890d554 | |
parent | a0528ff5583ccea06676194ecc074c4f17b9bd3e (diff) |
ARM: ux500: mmio: Correct disable mode gpio config
Corrects the disable mode gpio configuration for XShutdown
gpio pins of camera sensor.
Change-Id: I040956a2b3b98d44270cd8374188aeb4339b467a
Signed-off-by: Rajat Verma <rajat.verma@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25470
Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
Reviewed-by: QATEST
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-mmio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-mmio.c b/arch/arm/mach-ux500/board-mop500-mmio.c index b86b9031d48..9c73e683f76 100644 --- a/arch/arm/mach-ux500/board-mop500-mmio.c +++ b/arch/arm/mach-ux500/board-mop500-mmio.c @@ -49,8 +49,8 @@ static pin_cfg_t xshutdown_fw[] = { GPIO142_IP_GPIO3 }; static pin_cfg_t xshutdown_disable[] = { - GPIO141_GPIO, - GPIO142_GPIO + GPIO141_GPIO | PIN_OUTPUT_LOW, + GPIO142_GPIO | PIN_OUTPUT_LOW }; struct mmio_board_data{ |