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

Commit bb276cb3 authored by Boris Brezillon's avatar Boris Brezillon
Browse files

drm: panel: simple-panel: add bus format information for foxlink panel



Foxlink's fl500wvr00-a0t supports RGB888 format.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
parent 795f7ab3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -563,6 +563,7 @@ static const struct panel_desc foxlink_fl500wvr00_a0t = {
		.width = 108,
		.height = 65,
	},
	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
};

static const struct drm_display_mode hannstar_hsd070pww1_mode = {