phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver
[deliverable/linux.git] / drivers / phy / phy-samsung-usb2.c
index 8a8c6bc8709abaddf17a5bb4a5d58cbe8647f17f..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",
@@ -107,6 +113,7 @@ static const struct of_device_id samsung_usb2_phy_of_match[] = {
 #endif
        { },
 };
+MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
 
 static int samsung_usb2_phy_probe(struct platform_device *pdev)
 {
This page took 0.035503 seconds and 5 git commands to generate.