platform: msm_shared: delay DSI PHY lane contention detection

The DSI PHY lane contention detection should only be enabled
after data lanes are enabled.

Change-Id: I5b59e498c5f40b33f370ce1ff0d63ef9efb2c924
diff --git a/platform/msm_shared/mipi_dsi.c b/platform/msm_shared/mipi_dsi.c
index 09b5537..f89fb85 100644
--- a/platform/msm_shared/mipi_dsi.c
+++ b/platform/msm_shared/mipi_dsi.c
@@ -1036,6 +1036,8 @@
 		goto error;
 	}
 
+	mdss_dsi_phy_contention_detection(&mipi_pinfo, MIPI_DSI0_BASE);
+
 	if (panel->pre_init_func) {
 		ret = panel->pre_init_func();
 		if (ret) {