[PATCH 2/5] ARM: at91/neocore926: fix LCD-wiring mode

2013-02-05 Thread Johan Hovold
Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. The above commit also removed the RGB:555-wiring hack without fixing the n

[PATCH 2/5] ARM: at91/neocore926: fix LCD-wiring mode

2013-02-08 Thread Nicolas Ferre
From: Johan Hovold Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. The above commit also removed the RGB:555-wiring hack