From fd9d5b63b43520222f93f188196d665e9d352989 Mon Sep 17 00:00:00 2001 From: Torben Hohn Date: Wed, 15 May 2013 13:22:51 +0200 Subject: [PATCH 21/51] da8xx-fb: Use bpp=16 in any case Colors seem to be correct now, but we end up with blue stripes on the background of the terminal :S --- drivers/video/da8xx-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-3.12.36-rt50-r4s2/drivers/video/da8xx-fb.c =================================================================== --- linux-3.12.36-rt50-r4s2.orig/drivers/video/da8xx-fb.c +++ linux-3.12.36-rt50-r4s2/drivers/video/da8xx-fb.c @@ -1327,7 +1327,7 @@ static struct lcd_ctrl_config *da8xx_fb_ if (lcd_revision == LCD_VERSION_1) cfg->bpp = 16; else - cfg->bpp = 32; + cfg->bpp = 16; /* * For panels so far used with this LCDC, below statement is sufficient.