Message ID | 20211210163623.1063057-2-giulio.benetti@benettiengineering.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] drm/panel: panel-simple: add bus_format and connector_type to cdtech_s043wq26h_ct7 panel | expand |
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index c8ad713865cb..dc300ace4d68 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -1295,6 +1295,8 @@ static const struct panel_desc cdtech_s070wv95_ct16 = { .width = 154, .height = 85, }, + .bus_format = MEDIA_BUS_FMT_RGB888_1X24, + .connector_type = DRM_MODE_CONNECTOR_DPI, }; static const struct display_timing chefree_ch101olhlwh_002_timing = {
Add bus_format and connector_type to cdtech_s070wv95_ct16 panel. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> --- drivers/gpu/drm/panel/panel-simple.c | 2 ++ 1 file changed, 2 insertions(+)