drm/rockchip: dw-mipi-dsi: analyze the platform parameters in the probe function
authorxubilv <xbl@rock-chips.com>
Mon, 17 Jul 2017 08:24:22 +0000 (16:24 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 20 Jul 2017 11:17:09 +0000 (19:17 +0800)
commitd6dfcd07b75e1daedc3714ffc68d8d6ee507b584
tree207c76587d648a9722ca536275a517be6d3d9129
parent52053e1edc11dc4589a515c44d2ab28e222e5bd1
drm/rockchip: dw-mipi-dsi: analyze the platform parameters in the probe function

The analysis of platform parameters Only need to do it once,
if this in bind function, when return -EPROBE_DEFER,
it will be executed more than once.

Change-Id: I508021f930d39e1b79e1421c4262b9e7ab501b6c
Signed-off-by: xubilv <xbl@rock-chips.com>
drivers/gpu/drm/rockchip/dw-mipi-dsi.c