Skip to content
Snippets Groups Projects
Commit 5bac8f51 authored by Liu Ying's avatar Liu Ying Committed by Leonard Crestez
Browse files

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: default avatarLiu Ying <victor.liu@nxp.com>
(cherry picked from commit 94bf9cef)
parent d716c48f
No related branches found
No related tags found
No related merge requests found
...@@ -1226,7 +1226,7 @@ get_phy: ...@@ -1226,7 +1226,7 @@ get_phy:
} }
if (auxiliary_ch) if (auxiliary_ch)
return 0; continue;
} }
ret = imx_ldb_register(drm, channel); ret = imx_ldb_register(drm, channel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment