MLK-14665 video: fbdev: mxc: mipi dsi: Customize gpio reset function
authorLiu Ying <victor.liu@nxp.com>
Thu, 20 Apr 2017 03:08:32 +0000 (11:08 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:01 +0000 (15:22 -0500)
commit686b1ce8008e03abc1206d6e7887e856ba4856b5
tree6d17cd389696b5ed1eadf1ebed712660c0e1222d
parente62eb96153028c6528658a7915091d065cedf798
MLK-14665 video: fbdev: mxc: mipi dsi: Customize gpio reset function

The mxc display driver framework doesn't support deferral probe.
The following initialization process may cause the mipi dsi driver
deferral probe, however.
pinctrl-imx6 - arch_initcall
gpio-mxc - subsys_initcall
gpio-reset - arch_initcall

This patch customizes gpio reset function so that we can remove
the code to use the reset logic provided by the gpio-reset driver.
Also, the gpio-reset driver is not in the upstreaming kernel,
so it would be good not to use it if possible.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
drivers/video/fbdev/mxc/mipi_dsi.c