[PATCH] drm: panel: simple-panel add bus format information to edt_etm0700g0dh6 panel

From: Anthony Harivel
Date: Sun Feb 15 2015 - 05:16:10 EST


EDT's edt_etm0700g0dh6 supports RGB888 format.

Signed-off-by: Anthony Harivel <anthony.harivel@xxxxxxxxxx>
---
drivers/gpu/drm/panel/panel-simple.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 39806c3..cf902d6 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -568,6 +568,7 @@ static const struct panel_desc edt_etm0700g0dh6 = {
.width = 152,
.height = 91,
},
+ .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
};

static const struct drm_display_mode foxlink_fl500wvr00_a0t_mode = {
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/