summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-12-05 08:45:35 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:22 +0200
commita1bc7e2d274fce6ee12971b5c924f87bd64b1d6b (patch)
tree8f4c3af9faeca3a0c886f367f68d2eafbd092bf1
parentdf6ca5f4ec1fb1904929998459ff8a4f2bcc6c6d (diff)
u8500: mcde: Wrong gpio used for sony display
For HREF, GPIO65 should be used for the main display. ST-Ericsson ID: 401537 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I4d7f8c0bd85a6a015b0f483267668db4504e74e7 Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/40912 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-mcde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-mcde.c b/arch/arm/mach-ux500/board-mop500-mcde.c
index f35e77acff9..35f8d417a73 100644
--- a/arch/arm/mach-ux500/board-mop500-mcde.c
+++ b/arch/arm/mach-ux500/board-mop500-mcde.c
@@ -110,7 +110,7 @@ static struct mcde_port sony_port0 = {
static struct mcde_display_sony_acx424akp_platform_data
sony_acx424akp_display0_pdata = {
- .reset_gpio = HREFV60_DISP2_RST_GPIO,
+ .reset_gpio = HREFV60_DISP1_RST_GPIO,
};
static struct mcde_display_device sony_acx424akp_display0 = {