From: Jonathan Liu Date: Sun, 11 Sep 2016 10:46:55 +0000 (+1000) Subject: drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS X-Git-Tag: v4.9-rc1~41^2~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c2a7c6be18c48e95ba49cbb102bb7f93cdc8c17;p=thirdparty%2Fkernel%2Flinux.git drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS The format is RGB888 not RGB666. Signed-off-by: Jonathan Liu Acked-by: Maxime Ripard Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 11e36d918e6ba..113db3c4a633f 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -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, }; /*