]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
wandboard: Use 32bit color depth for Fusion LCD
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Jan 2015 15:32:29 +0000 (13:32 -0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:54:12 +0000 (12:54 +0200)
The Fusion LCD needs the 32bit color depth to properly work; the
default is different on the 3.10.17 kernels and it is better to ensure
it work out of box using proper default color setting.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/wandboard.h

index e513cc642fe5aaf58d3e1603d2be2a4c009f88fd..024a05918956f6093b1e37431d34b9f8dc62f925 100644 (file)
                "if i2c probe 0x10; then " \
                        "setenv bootargs ${bootargs} " \
                                "video=mxcfb${nextcon}:dev=lcd,800x480@60," \
-                                       "if=RGB666; " \
+                                       "if=RGB666,bpp=32; " \
                        "if test 0 -eq ${nextcon}; then " \
                                "setenv fbmem fbmem=10M; " \
                        "else " \