Browse Source

Merge "disp: msm: dp: remove link probe from dp display driver"

qctecmdr 4 years ago
parent
commit
c97cf39485
1 changed files with 0 additions and 2 deletions
  1. 0 2
      msm/dp/dp_panel.c

+ 0 - 2
msm/dp/dp_panel.c

@@ -2271,8 +2271,6 @@ static int dp_panel_init_panel_info(struct dp_panel *dp_panel)
 	* Control Field" (register 0x600).
 	*/
 	usleep_range(1000, 2000);
-
-	drm_dp_link_probe(panel->aux->drm_aux, &dp_panel->link_info);
 end:
 	return rc;
 }