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

drm/imx: parallel-display: use correct connector enum

The imx parrallel display exposes a, well, display parallel interface.
Use the correct enum, instead of disguising the thing as a VGA connector.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Lucas Stach and committed by
Philipp Zabel
f13c87c2 a8f2023d

+1 -1
+1 -1
drivers/gpu/drm/imx/parallel-display.c
··· 183 183 &imx_pd_connector_helper_funcs); 184 184 drm_connector_init(drm, &imxpd->connector, 185 185 &imx_pd_connector_funcs, 186 - DRM_MODE_CONNECTOR_VGA); 186 + DRM_MODE_CONNECTOR_DPI); 187 187 } 188 188 189 189 if (imxpd->panel)