aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-26 13:05:13 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-07-29 11:00:07 -0600
commita37c2497c24fa07e6d0c1beb48747821d4366b77 (patch)
tree4076344a3e905acf35924a5f90051736245e48aa
parent6f914cb1efe4aba81bb841ec8f4f5636163c0586 (diff)
ALK3.0-linaro - Changing default pixel format from RGB888 to RGB565.
This modification if necessary to get a proper hdmi output on the snwoball and is in line with what is found in the ALK-2.6.35 currently hosted on igloocommunit. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-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 a0ae5944b0b..79c09f98a50 100644
--- a/arch/arm/mach-ux500/board-mop500-mcde.c
+++ b/arch/arm/mach-ux500/board-mop500-mcde.c
@@ -425,7 +425,7 @@ static struct mcde_display_device av8100_hdmi = {
.port = &port2,
.chnl_id = MCDE_CHNL_B,
.fifo = MCDE_FIFO_B,
- .default_pixel_format = MCDE_OVLYPIXFMT_RGB888,
+ .default_pixel_format = MCDE_OVLYPIXFMT_RGB565,
.native_x_res = 1280,
.native_y_res = 720,
.dev = {