diff mbox

drm/panel: Add bus format for HannStar HSD100PXN1

Message ID 1432114448-22616-1-git-send-email-p.zabel@pengutronix.de (mailing list archive)
State Superseded
Headers show

Commit Message

Philipp Zabel May 20, 2015, 9:34 a.m. UTC
This patch adds the bus_format field to the HSD100PXN1 panel structure.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/gpu/drm/panel/panel-simple.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 63dea57..28d7360 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -759,6 +759,7 @@  static const struct panel_desc hannstar_hsd100pxn1 = {
 		.width = 203,
 		.height = 152,
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG,
 };
 
 static const struct drm_display_mode hitachi_tx23d38vm0caa_mode = {