Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c2a7c6b authored by Jonathan Liu's avatar Jonathan Liu Committed by Thierry Reding
Browse files

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



The format is RGB888 not RGB666.

Signed-off-by: default avatarJonathan Liu <net147@gmail.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent c46b924b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};

/*