summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>2011-09-13 12:10:06 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:07:31 +0200
commit5397bc4d867e94ca1d4016371ac5e0e31c38a1e6 (patch)
treede9a4071f9347aa0e01b14f1675023b80448f6fa /arch/arm/mach-ux500/board-mop500.c
parent365243f9994d830cc3632d052f459072b09ebdea (diff)
board-mop500: Correct the video_ctrl_gpio initialization
add ab8500 gpio_base to the video_ctrl_gpio offset 34, i.e the 35th pin in ab8500 pins. Change-Id: I9f8dd79a1237921f5517fea43ca535cadd229504 Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30771
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 2bf6b4fd389..7bcb9d15bcb 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -148,7 +148,7 @@ static struct ab8500_accdet_platform_data ab8500_accdet_pdata = {
.btn_keycode = KEY_MEDIA,
.accdet1_dbth = ACCDET1_TH_1200mV | ACCDET1_DB_70ms,
.accdet2122_th = ACCDET21_TH_1000mV | ACCDET22_TH_1000mV,
- .video_ctrl_gpio = 35, /* AB8500_GPIO offset */
+ .video_ctrl_gpio = MOP500_AB8500_GPIO(34),
};
#endif