From a1bc7e2d274fce6ee12971b5c924f87bd64b1d6b Mon Sep 17 00:00:00 2001 From: Jimmy Rubin Date: Mon, 5 Dec 2011 08:45:35 +0100 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/40912 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Per PERSSON --- arch/arm/mach-ux500/board-mop500-mcde.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3