diff options
author | Kamil Debski <k.debski@samsung.com> | 2014-03-06 12:16:49 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-08 12:39:44 +0530 |
commit | 64bf2b23697bcf9246cea4eea83c613ea791ed8a (patch) | |
tree | 8e77e7110a0472eed8eb5984cb9729f5ed302b43 /drivers/phy/phy-samsung-usb2.h | |
parent | 06fb01373cae0bbf9af3a2b49e29c4341a5ba311 (diff) | |
download | blackbird-obmc-linux-64bf2b23697bcf9246cea4eea83c613ea791ed8a.tar.gz blackbird-obmc-linux-64bf2b23697bcf9246cea4eea83c613ea791ed8a.zip |
phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver
Add support for Exynos 5250. This driver is to replace the old
USB 2.0 PHY driver.
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/phy-samsung-usb2.h')
-rw-r--r-- | drivers/phy/phy-samsung-usb2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-samsung-usb2.h b/drivers/phy/phy-samsung-usb2.h index 51a16016a214..45b3170652bd 100644 --- a/drivers/phy/phy-samsung-usb2.h +++ b/drivers/phy/phy-samsung-usb2.h @@ -63,4 +63,5 @@ struct samsung_usb2_phy_config { extern const struct samsung_usb2_phy_config exynos4210_usb2_phy_config; extern const struct samsung_usb2_phy_config exynos4x12_usb2_phy_config; +extern const struct samsung_usb2_phy_config exynos5250_usb2_phy_config; #endif |