target: display: Use mipi dsi base addresses defined in mipi structure

Use proper base addresses defined in mipi structure for DSI ctl and pll
to avoid mismatch in base addresses between platforms.

Change-Id: I5976107fbe1d05daad1e581276e7e5f069b4d031
diff --git a/target/msm8994/target_display.c b/target/msm8994/target_display.c
index 1ac0895..e558b69 100644
--- a/target/msm8994/target_display.c
+++ b/target/msm8994/target_display.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -282,9 +282,10 @@
 			mdp_gdsc_ctrl(0);
 			return ret;
 		}
-		mdss_dsi_auto_pll_20nm_config(DSI0_PLL_BASE,
-						MIPI_DSI0_BASE, pll_data);
-		dsi_pll_20nm_enable_seq(DSI0_PLL_BASE);
+		mdss_dsi_auto_pll_20nm_config(pinfo->mipi.pll_0_base,
+				pinfo->mipi.ctl_base,
+				pll_data);
+		dsi_pll_20nm_enable_seq(pinfo->mipi.pll_0_base);
 		mmss_dsi_clock_enable(DSI0_PHY_PLL_OUT, flags,
 					pll_data->pclk_m,
 					pll_data->pclk_n,