Subject: Fix wrong colours on a Sharp LQ035Q7 connected to phyCORE-i.MX31

To use this patch, you will need a more or less clean
OSELAS.BSP-Phytec-phyCORE-11 BSP directory.

To apply this patch change into the OSELAS.BSP-Phytec-phyCORE-11 directory
and enter:
~/OSELAS.BSP-Phytec-phyCORE-11 $ patch -p1 < <this file>

Due to a data inversion the Sharp LQ035Q7 displays everthing in inverted colours.
This is related to the phyCORE-i.MX31 platfrom only.

Please apply this patch as the third one, if more than two patchs for this
BSP release should exist.

Signed-off-by: Luotao Fu <lfu@pengutronix.de>
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

Index: OSELAS.BSP-Phytec-phyCORE-11/configs/phyCORE-i.MX31-1.99.12-2/patches/linux-2.6.29/generic/0114-pcm037-add-framebuffer-support.patch
===================================================================
--- OSELAS.BSP-Phytec-phyCORE-11/configs/phyCORE-i.MX31-1.99.12-2/patches/linux-2.6.29/generic/0114-pcm037-add-framebuffer-support.patch
+++ OSELAS.BSP-Phytec-phyCORE-11/configs/phyCORE-i.MX31-1.99.12-2/patches/linux-2.6.29/generic/0114-pcm037-add-framebuffer-support.patch
@@ -53,7 +53,7 @@
 +		.hsync_len	= 1,
 +		.vsync_len	= 1,
 +		.sync		= FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
-+				  FB_SYNC_CLK_INVERT | FB_SYNC_DATA_INVERT |
++				  FB_SYNC_CLK_INVERT |
 +				  FB_SYNC_CLK_IDLE_EN,
 +		.vmode		= FB_VMODE_NONINTERLACED,
 +		.flag		= 0,

