|
@@ -624,6 +624,13 @@ static const struct exynos5_usbdrd_phy_drvdata exynos5250_usbdrd_phy = {
|
|
|
.has_common_clk_gate = true,
|
|
|
};
|
|
|
|
|
|
+static const struct exynos5_usbdrd_phy_drvdata exynos5433_usbdrd_phy = {
|
|
|
+ .phy_cfg = phy_cfg_exynos5,
|
|
|
+ .pmu_offset_usbdrd0_phy = EXYNOS5_USBDRD_PHY_CONTROL,
|
|
|
+ .pmu_offset_usbdrd1_phy = EXYNOS5433_USBHOST30_PHY_CONTROL,
|
|
|
+ .has_common_clk_gate = false,
|
|
|
+};
|
|
|
+
|
|
|
static const struct exynos5_usbdrd_phy_drvdata exynos7_usbdrd_phy = {
|
|
|
.phy_cfg = phy_cfg_exynos5,
|
|
|
.pmu_offset_usbdrd0_phy = EXYNOS5_USBDRD_PHY_CONTROL,
|
|
@@ -637,6 +644,9 @@ static const struct of_device_id exynos5_usbdrd_phy_of_match[] = {
|
|
|
}, {
|
|
|
.compatible = "samsung,exynos5420-usbdrd-phy",
|
|
|
.data = &exynos5420_usbdrd_phy
|
|
|
+ }, {
|
|
|
+ .compatible = "samsung,exynos5433-usbdrd-phy",
|
|
|
+ .data = &exynos5433_usbdrd_phy
|
|
|
}, {
|
|
|
.compatible = "samsung,exynos7-usbdrd-phy",
|
|
|
.data = &exynos7_usbdrd_phy
|