From 2ccdfa760735678cec13dc2ff59047db35d007f5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 23 Sep 2014 13:18:46 -0300 Subject: [PATCH] wandboard: Use 32bit color depth for Fusion LCD The Fusion LCD needs the 32bit color depth to properly work; the default is different on the 3.10.17 kernels and it is better to ensure it work out of box using proper default color setting. Signed-off-by: Otavio Salvador --- include/configs/wandboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 4375591563..758dc750ba 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -159,7 +159,7 @@ "if i2c probe 0x10; then " \ "setenv bootargs ${bootargs} " \ "video=mxcfb${nextcon}:dev=lcd,800x480@60," \ - "if=RGB666; " \ + "if=RGB666,bpp=32; " \ "if test 0 -eq ${nextcon}; then " \ "setenv fbmem fbmem=10M; " \ "else " \ -- 2.40.1