s5pc110: neptune: Correct RGB/BGR order
authorDonghwa Lee <dh09.lee@samsung.com>
Tue, 9 Feb 2010 03:07:46 +0000 (12:07 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Tue, 9 Feb 2010 03:07:46 +0000 (12:07 +0900)
drivers/video/s6d16a0x.c

index 725bd9a..281e9c6 100644 (file)
@@ -363,7 +363,7 @@ static const unsigned short SEQ_PASET[] = {
 
 static const unsigned short SEQ_COLMOD[] = {
        0x3A, 0x77,
-       0x36, 0xCF,
+       0x36, 0xC7,     /* MADCTL : Reverse display */
 
        ENDDEF, 0x0000
 };