]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/mediatek: adjust dsi and mipi_tx probe sequence
authorJitao Shi <jitao.shi@mediatek.com>
Sun, 11 Aug 2019 10:40:08 +0000 (18:40 +0800)
committerCK Hu <ck.hu@mediatek.com>
Mon, 7 Oct 2019 04:29:38 +0000 (12:29 +0800)
commit2f501cc0b020b9d991128a70e26c84552121a31d
tree0e4623ff881f86be27dc737aed738647fe475314
parent7a5bc4e22ecfd74dc3662342beaa909770a3b786
drm/mediatek: adjust dsi and mipi_tx probe sequence

mtk_mipi_tx is the phy of mtk_dsi.
mtk_dsi get the phy(mtk_mipi_tx) in probe().

So,  mtk_mipi_tx init should be ahead of mtk_dsi. Or mtk_dsi will
defer to wait mtk_mipi_tx probe done.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
drivers/gpu/drm/mediatek/mtk_drm_drv.c