From ad9a2f95be71b544b02d2b67cc3af19160076418 Mon Sep 17 00:00:00 2001 From: Per-Daniel Olsson Date: Thu, 16 Feb 2012 13:12:57 +0100 Subject: ux500: mcde: Changing sony_acx424akp orientation The orientation for the sony_acx424akp display was incorrectly set to 180 degrees. The orientation is now set to 0 degrees. ST-Ericsson ID: 417518 ST-Ericsson Linux next: - ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I7896a411664ec5a3109e9a04408bca50049033d1 Signed-off-by: Per-Daniel Olsson Change-Id: I49a31c85021bc49e8244d882fc66038c837361d0 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/49192 Reviewed-by: QABUILD Reviewed-by: Torbjorn SVENSSON Reviewed-by: Jimmy RUBIN Reviewed-by: QATEST --- 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 d9b7fbf8a32..5400db27b7e 100644 --- a/arch/arm/mach-ux500/board-mop500-mcde.c +++ b/arch/arm/mach-ux500/board-mop500-mcde.c @@ -127,7 +127,7 @@ static struct mcde_display_device sony_acx424akp_display0 = { .port = &sony_port0, .chnl_id = MCDE_CHNL_A, .fifo = MCDE_FIFO_A, - .orientation = MCDE_DISPLAY_ROT_180_CW, + .orientation = MCDE_DISPLAY_ROT_0, .default_pixel_format = MCDE_OVLYPIXFMT_RGBA8888, .dev = { .platform_data = &sony_acx424akp_display0_pdata, -- cgit v1.2.3