The Armadeus ST0700 Adapt is a DPI panel, set the connector type accordingly. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@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 8a3b685c2fcc..22c579d79d01 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -843,6 +843,7 @@ static const struct panel_desc armadeus_st0700_adapt = { }, .bus_format = MEDIA_BUS_FMT_RGB666_1X18, .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE, + .connector_type = DRM_MODE_CONNECTOR_DPI, }; static const struct drm_display_mode auo_b101aw03_mode = { -- 2.38.2