platform: msm_shared: Add dual dsi support to auto pll

Auto pll calculations only configure the clocks for DSI controller
0. This needs update to support dual DSI for 8974 target.
This change also removes all target specific pll enable sequence
code from auto pll module. It should be called from target
API now.

Change-Id: Ib8ae4d0d291cc34b4ae18f0a97951b31f702dfc3
diff --git a/platform/msm_shared/rules.mk b/platform/msm_shared/rules.mk
index ccf164c..00be808 100755
--- a/platform/msm_shared/rules.mk
+++ b/platform/msm_shared/rules.mk
@@ -86,6 +86,7 @@
 			$(LOCAL_DIR)/display.o \
 			$(LOCAL_DIR)/mipi_dsi.o \
 			$(LOCAL_DIR)/mipi_dsi_phy.o \
+			$(LOCAL_DIR)/mipi_dsi_autopll.o \
 			$(LOCAL_DIR)/spmi.o \
 			$(LOCAL_DIR)/bam.o \
 			$(LOCAL_DIR)/qpic_nand.o \