MLK-16036 drm/imx: ldb: Avoid early return when getting aux PHY in dual mode
authorLiu Ying <victor.liu@nxp.com>
Thu, 20 Jul 2017 02:19:43 +0000 (10:19 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit5bac8f515b2678ef0dc54c4f0b241f009ec6f14c
tree297ce85d7e4fb8f6efe0e778b03c7154cb5f2737
parentd716c48ff874804b37afa1ae4f419c2fdf49a55c
MLK-16036 drm/imx: ldb: Avoid early return when getting aux PHY in dual mode

In dual mode, we return too early from ->bind when we get
the auxiliary channel's PHY.  This causes we miss the logics
to set driver data, get ldb alias id and initialize pixel
link(if necessary).  This patch fixes the issue here by
tweaking the driver logic to do component binding properly.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
(cherry picked from commit 94bf9cef6af433f88aedd618e01db348dadfa053)
drivers/gpu/drm/imx/imx-ldb.c