drm/rockchip: dsi: fix mipi display can't found at init time
authorMark Yao <mark.yao@rock-chips.com>
Mon, 1 Aug 2016 09:54:53 +0000 (17:54 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 3 Aug 2016 07:56:42 +0000 (15:56 +0800)
commit539dcb44cfcf3a8d0cad95b3df76366b81c9b46a
tree64b9f972cd3f9448aad30b577d00909a38ebc7f9
parent17deffbf4281e3364b1bb1fb382976004aaddf91
drm/rockchip: dsi: fix mipi display can't found at init time

The problem is that:
  mipi panel probe request mipi_dsi_host_register.
  mipi host attach is call from panel device, so the defer function
always can't works.

So at the first bind time, always can't found mipi panel.

Change-Id: Ic95eeb4876896ea93860d8baaae074f50f078c62
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
drivers/gpu/drm/rockchip/dw-mipi-dsi.c