From: Johan Hovold Date: Wed, 13 Mar 2013 09:56:13 +0000 (+0100) Subject: ARM: at91: fix LCD-wiring mode X-Git-Tag: v3.9-rc4~34^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cf9c0a00bd88443adb7d6c3efa8b18d03f97c5;p=pandora-kernel.git ARM: at91: fix LCD-wiring mode 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 removes the RGB:555-wiring hack by removing the no longer used ATMEL_LCDC_WIRING_RGB555 define. Acked-by: Peter Korsgaard Signed-off-by: Johan Hovold Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed