Merge "disp: msm: dp: remove check for peer_usb_comm"

This commit is contained in:
qctecmdr
2020-07-15 15:11:45 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 de02324782

查看文件

@@ -924,8 +924,7 @@ static void dp_display_host_init(struct dp_display_private *dp)
if (dp->hpd->orientation == ORIENTATION_CC2)
flip = true;
reset = dp->debug->sim_mode ? false :
(!dp->hpd->multi_func || !dp->hpd->peer_usb_comm);
reset = dp->debug->sim_mode ? false : !dp->hpd->multi_func;
dp->power->init(dp->power, flip);
dp->hpd->host_init(dp->hpd, &dp->catalog->hpd);