From: Biju Das Date: Tue, 20 Oct 2020 09:49:10 +0000 (+0100) Subject: drm/panel: panel-simple: Add connector_type for EDT ETM0700G0DH6 panel X-Git-Tag: v5.15~303^2~28^2~1481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=281edb9ff18b9fd0ec677cc8a53e6f6395a5ccd7;p=platform%2Fkernel%2Flinux-starfive.git drm/panel: panel-simple: Add connector_type for EDT ETM0700G0DH6 panel Fix the warning message "missing connector type" by adding connector_type for EDT ETM0700G0DH6 panel. Signed-off-by: Biju Das Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20201020094910.4756-1-biju.das.jz@bp.renesas.com --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 372a9bc..09a9b73 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -1814,6 +1814,7 @@ static const struct panel_desc edt_etm0700g0dh6 = { }, .bus_format = MEDIA_BUS_FMT_RGB666_1X18, .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, + .connector_type = DRM_MODE_CONNECTOR_DPI, }; static const struct panel_desc edt_etm0700g0bdh6 = {