From b394807d4ad08fe036d6f2138f7c58214c020c84 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Tue, 9 Feb 2010 12:07:46 +0900 Subject: [PATCH] s5pc110: neptune: Correct RGB/BGR order --- drivers/video/s6d16a0x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/s6d16a0x.c b/drivers/video/s6d16a0x.c index 725bd9a..281e9c6 100644 --- a/drivers/video/s6d16a0x.c +++ b/drivers/video/s6d16a0x.c @@ -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 }; -- 2.7.4