Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <biju.das.jz@bp.renesas.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201020094910.4756-1-biju.das.jz@bp.renesas.com

authored by

Biju Das and committed by
Sam Ravnborg
281edb9f cc5f7e2f

+1
+1
drivers/gpu/drm/panel/panel-simple.c
··· 1814 1814 }, 1815 1815 .bus_format = MEDIA_BUS_FMT_RGB666_1X18, 1816 1816 .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, 1817 + .connector_type = DRM_MODE_CONNECTOR_DPI, 1817 1818 }; 1818 1819 1819 1820 static const struct panel_desc edt_etm0700g0bdh6 = {