Hi Marek, On Wed, Jul 21, 2021 at 07:12:56PM +0200, Marek Vasut wrote: > Fix the warning message "missing connector type" by adding connector_type > for EDT ETM0700G0BDH6 panel. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> > --- > 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 21939d4352cf0..9a9d9d91ace4c 100644 > --- a/drivers/gpu/drm/panel/panel-simple.c > +++ b/drivers/gpu/drm/panel/panel-simple.c > @@ -2044,6 +2044,7 @@ static const struct panel_desc edt_etm0700g0bdh6 = { > }, > .bus_format = MEDIA_BUS_FMT_RGB666_1X18, > .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE, > + .connector_type = DRM_MODE_CONNECTOR_DPI, > }; > > static const struct display_timing evervision_vgg804821_timing = { Stefan fixed this in commit: d112e10fece5 ("drm/panel: Add connector_type for some EDT displays") Sam