Browse Source

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

Foxlink's fl500wvr00-a0t supports RGB888 format.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Boris Brezillon 11 years ago
parent
commit
bb276cb3a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/panel/panel-simple.c

+ 1 - 0
drivers/gpu/drm/panel/panel-simple.c

@@ -563,6 +563,7 @@ static const struct panel_desc foxlink_fl500wvr00_a0t = {
 		.width = 108,
 		.width = 108,
 		.height = 65,
 		.height = 65,
 	},
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 };
 
 
 static const struct drm_display_mode hannstar_hsd070pww1_mode = {
 static const struct drm_display_mode hannstar_hsd070pww1_mode = {