drm/rockchip: dw-mipi-dsi: prepare panel after phy init
authorJohn Keeping <john@metanate.com>
Fri, 24 Feb 2017 12:54:54 +0000 (12:54 +0000)
committerSean Paul <seanpaul@chromium.org>
Wed, 1 Mar 2017 19:48:53 +0000 (14:48 -0500)
commit8a7df73ff97d8b373c132b71a15960402526aa8a
tree668ed87374ac1a39f5bab2d552a80f92cd89560e
parent1ed498b03d3e999dd270815a2f18f0b81998b83f
drm/rockchip: dw-mipi-dsi: prepare panel after phy init

Some panels need to be configured with commands sent over the MIPI link,
which they will do in the prepare hook.  Call this after the PHY has
been initialized so that we are able to send commands to the panel.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Chris Zhong <zyw@rock-chips.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170224125506.21533-12-john@metanate.com
drivers/gpu/drm/rockchip/dw-mipi-dsi.c