Re: [PATCH] drm/imx: parallel-display: use correct connector enum

2017-08-21 Thread Philipp Zabel
On Fri, 2017-08-18 at 18:34 +0200, Lucas Stach wrote: > 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 > --- >  drivers/gpu/drm/imx/parallel-display.c | 2 +- >  1 file

[PATCH] drm/imx: parallel-display: use correct connector enum

2017-08-18 Thread Lucas Stach
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 --- drivers/gpu/drm/imx/parallel-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/d