Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS

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>

authored by

Jonathan Liu and committed by
Thierry Reding
5c2a7c6b c46b924b

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-simple.c
··· 1214 1214 .width = 105, 1215 1215 .height = 67, 1216 1216 }, 1217 - .bus_format = MEDIA_BUS_FMT_RGB666_1X18, 1217 + .bus_format = MEDIA_BUS_FMT_RGB888_1X24, 1218 1218 }; 1219 1219 1220 1220 /*