drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
authorJonathan Liu <net147@gmail.com>
Sun, 11 Sep 2016 10:46:55 +0000 (20:46 +1000)
committerThierry Reding <treding@nvidia.com>
Fri, 16 Sep 2016 15:19:35 +0000 (17:19 +0200)
The format is RGB888 not RGB666.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c

index 11e36d918e6badafe222337e066d2b11157eca23..113db3c4a633fc6a1ce35e5ec86d217b99e7851f 100644 (file)
@@ -1214,7 +1214,7 @@ static const struct panel_desc olimex_lcd_olinuxino_43ts = {
                .width = 105,
                .height = 67,
        },
-       .bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+       .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 
 /*