platform: msm: Add DSI regulator base for all targets

Add DSI0 and DSI1 regulator base offsets for all targets.

Change-Id: I055ec619c5dee25bf04ce865b50abb5e73edf230
diff --git a/platform/apq8084/include/platform/iomap.h b/platform/apq8084/include/platform/iomap.h
index d1fac29..d5201bd 100644
--- a/platform/apq8084/include/platform/iomap.h
+++ b/platform/apq8084/include/platform/iomap.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-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 are
@@ -247,6 +247,8 @@
 #define DSI1_PHY_BASE               (0xFD923100)
 #define DSI0_PLL_BASE               (0xFD922A00)
 #define DSI1_PLL_BASE               (0xFD923000)
+#define DSI0_REGULATOR_BASE         (0xFD922D80)
+#define DSI1_REGULATOR_BASE         (0xFD923380)
 #define MDP_BASE                    (0xfd900000)
 #define REG_MDP(off)                (MDP_BASE + (off))
 #define MDP_VP_0_VIG_0_BASE         REG_MDP(0x1200)