Merge "msm: mdss: do not do phy reset when HDMI power off"

This commit is contained in:
Linux Build Service Account 2017-11-09 09:58:55 -08:00 committed by Gerrit - the friendly Code Review server
commit 59b028f31d

View file

@ -3211,7 +3211,7 @@ static int hdmi_tx_power_off(struct hdmi_tx_ctrl *hdmi_ctrl)
hdmi_ctrl->panel_ops.off(pdata); hdmi_ctrl->panel_ops.off(pdata);
hdmi_tx_set_mode(hdmi_ctrl, false); hdmi_tx_set_mode(hdmi_ctrl, false);
hdmi_tx_phy_reset(hdmi_ctrl);
hdmi_tx_set_mode(hdmi_ctrl, true); hdmi_tx_set_mode(hdmi_ctrl, true);
hdmi_tx_core_off(hdmi_ctrl); hdmi_tx_core_off(hdmi_ctrl);