summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer-Daniel Olsson <per-daniel.olsson@stericsson.com>2012-02-16 13:12:57 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:27 +0200
commitad9a2f95be71b544b02d2b67cc3af19160076418 (patch)
tree66324009e8550a9c21a9f8bcd3a7cf59a3338cc9
parent0916240626429038bb483ea8f22ec477f2c56b3f (diff)
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 <per-daniel.olsson@stericsson.com> Change-Id: I49a31c85021bc49e8244d882fc66038c837361d0 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/49192 Reviewed-by: QABUILD Reviewed-by: Torbjorn SVENSSON <torbjorn.x.svensson@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: QATEST
-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 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,