phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver
[deliverable/linux.git] / drivers / phy / phy-samsung-usb2.c
index 1e69a32c221dc5e3376796d4f78edcb1f8be609f..29e4ab987645f7ca8e2bdad9387c9c76ce5af4d8 100644 (file)
@@ -87,6 +87,12 @@ static struct phy *samsung_usb2_phy_xlate(struct device *dev,
 }
 
 static const struct of_device_id samsung_usb2_phy_of_match[] = {
+#ifdef CONFIG_PHY_S5PV210_USB2
+       {
+               .compatible = "samsung,s5pv210-usb2-phy",
+               .data = &s5pv210_usb2_phy_config,
+       },
+#endif
 #ifdef CONFIG_PHY_EXYNOS4210_USB2
        {
                .compatible = "samsung,exynos4210-usb2-phy",
This page took 0.032164 seconds and 5 git commands to generate.