#include <linux/phy/phy.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
+#include <linux/soc/samsung/exynos-regs-pmu.h>
 
 struct exynos_dp_video_phy_drvdata {
        u32 phy_ctrl_offset;
 
 #include <linux/mfd/syscon/exynos5-pmu.h>
 #include <linux/regmap.h>
 #include <linux/regulator/consumer.h>
+#include <linux/soc/samsung/exynos-regs-pmu.h>
 
 /* Exynos USB PHY registers */
 #define EXYNOS5_FSEL_9MHZ6             0x0
 
 #ifndef _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_
 #define _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_
 
-/* Exynos5 PMU register definitions */
-#define EXYNOS5_HDMI_PHY_CONTROL               (0x700)
-#define EXYNOS5_USBDRD_PHY_CONTROL             (0x704)
-
-/* Exynos5250 specific register definitions */
-#define EXYNOS5_USBHOST_PHY_CONTROL            (0x708)
-#define EXYNOS5_EFNAND_PHY_CONTROL             (0x70c)
-#define EXYNOS5_MIPI_PHY0_CONTROL              (0x710)
-#define EXYNOS5_MIPI_PHY1_CONTROL              (0x714)
-#define EXYNOS5_ADC_PHY_CONTROL                        (0x718)
-#define EXYNOS5_MTCADC_PHY_CONTROL             (0x71c)
-#define EXYNOS5_DPTX_PHY_CONTROL               (0x720)
-#define EXYNOS5_SATA_PHY_CONTROL               (0x724)
-
-/* Exynos5420 specific register definitions */
-#define EXYNOS5420_USBDRD1_PHY_CONTROL         (0x708)
-#define EXYNOS5420_USBHOST_PHY_CONTROL         (0x70c)
-#define EXYNOS5420_MIPI_PHY0_CONTROL           (0x714)
-#define EXYNOS5420_MIPI_PHY1_CONTROL           (0x718)
-#define EXYNOS5420_MIPI_PHY2_CONTROL           (0x71c)
-#define EXYNOS5420_ADC_PHY_CONTROL             (0x720)
-#define EXYNOS5420_MTCADC_PHY_CONTROL          (0x724)
-#define EXYNOS5420_DPTX_PHY_CONTROL            (0x728)
-
-/* Exynos5433 specific register definitions */
-#define EXYNOS5433_USBHOST30_PHY_CONTROL       (0x728)
-
 #define EXYNOS5_PHY_ENABLE                     BIT(0)
 #define EXYNOS5_MIPI_PHY_S_RESETN              BIT(1)
 #define EXYNOS5_MIPI_PHY_M_RESETN              BIT(2)
 
 
 #define EXYNOS5_AUTO_WDTRESET_DISABLE                          0x0408
 #define EXYNOS5_MASK_WDTRESET_REQUEST                          0x040C
+#define EXYNOS5_USBDRD_PHY_CONTROL                             0x0704
+#define EXYNOS5_DPTX_PHY_CONTROL                               0x0720
 
 #define EXYNOS5_USE_RETENTION                  BIT(4)
 #define EXYNOS5_SYS_WDTRESET                                   (1 << 20)
 #define EXYNOS5420_KFC_CORE_RESET(_nr)                         \
        ((EXYNOS5420_KFC_CORE_RESET0 | EXYNOS5420_KFC_ETM_RESET0) << (_nr))
 
+#define EXYNOS5420_USBDRD1_PHY_CONTROL                         0x0708
+#define EXYNOS5420_MIPI_PHY0_CONTROL                           0x0714
+#define EXYNOS5420_MIPI_PHY1_CONTROL                           0x0718
+#define EXYNOS5420_MIPI_PHY2_CONTROL                           0x071C
+#define EXYNOS5420_DPTX_PHY_CONTROL                            0x0728
 #define EXYNOS5420_ARM_CORE2_SYS_PWR_REG                       0x1020
 #define EXYNOS5420_DIS_IRQ_ARM_CORE2_LOCAL_SYS_PWR_REG         0x1024
 #define EXYNOS5420_DIS_IRQ_ARM_CORE2_CENTRAL_SYS_PWR_REG       0x1028
                                         | EXYNOS5420_KFC_USE_STANDBY_WFI3)
 
 /* For EXYNOS5433 */
+#define EXYNOS5433_USBHOST30_PHY_CONTROL                       (0x0728)
 #define EXYNOS5433_PAD_RETENTION_AUD_OPTION                    (0x3028)
 #define EXYNOS5433_PAD_RETENTION_MMC2_OPTION                   (0x30C8)
 #define EXYNOS5433_PAD_RETENTION_TOP_OPTION                    (0x3108)