mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
a8f2023d5d
commit
f13c87c223
|
@ -183,7 +183,7 @@ static int imx_pd_register(struct drm_device *drm,
|
|||
&imx_pd_connector_helper_funcs);
|
||||
drm_connector_init(drm, &imxpd->connector,
|
||||
&imx_pd_connector_funcs,
|
||||
DRM_MODE_CONNECTOR_VGA);
|
||||
DRM_MODE_CONNECTOR_DPI);
|
||||
}
|
||||
|
||||
if (imxpd->panel)
|
||||
|
|
Loading…
Reference in New Issue