Skip to content

Commit

Permalink
ARM: at91: fix LCD-wiring mode
Browse files Browse the repository at this point in the history
Fix regression introduced by commit 787f9fd ("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 <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
jhovold authored and Nicolas Ferre committed Mar 13, 2013
1 parent a79eac7 commit 67cf9c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/video/atmel_lcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
#define ATMEL_LCDC_WIRING_BGR 0
#define ATMEL_LCDC_WIRING_RGB 1
#define ATMEL_LCDC_WIRING_RGB555 2


/* LCD Controller info data structure, stored in device platform_data */
Expand Down

0 comments on commit 67cf9c0

Please sign in to comment.