summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2014-07-14 15:48:05 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:17 +0900
commitc74434b41fcfaba33305de41fe9bc3be3fb5f487 (patch)
treec43d48ea59662ef1d98c941b7c12d189237f5233 /Documentation
parent1b2eaaf22e5170effff06fc0384df21488ac2a8f (diff)
downloadlinux-3.10-c74434b41fcfaba33305de41fe9bc3be3fb5f487.tar.gz
linux-3.10-c74434b41fcfaba33305de41fe9bc3be3fb5f487.tar.bz2
linux-3.10-c74434b41fcfaba33305de41fe9bc3be3fb5f487.zip
drivers: phy: exynos-usb2: add support for Exynos 3250
This patch adds support for Exynos3250 SoC to Exynos2USB PHY driver. Although Exynos3250 has only one device phy interface, the register layout and all operations that are required to get it enabled are almost same as on Exynos4x12. The only different is one more register (REFCLKSEL) which need to be set and lack of MODE SWITCH register. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/phy/samsung-phy.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/samsung-phy.txt b/Documentation/devicetree/bindings/phy/samsung-phy.txt
index 8e9e8458b44..13b6b7c0b8e 100644
--- a/Documentation/devicetree/bindings/phy/samsung-phy.txt
+++ b/Documentation/devicetree/bindings/phy/samsung-phy.txt
@@ -19,6 +19,7 @@ Samsung S5P/EXYNOS SoC series USB PHY
Required properties:
- compatible : should be one of the listed compatibles:
+ - "samsung,exynos3250-usb2-phy"
- "samsung,exynos4210-usb2-phy"
- "samsung,exynos4x12-usb2-phy"
- reg : a list of registers used by phy driver
@@ -38,6 +39,7 @@ and Exynos 4212) it is as follows:
1 - USB host ("host"),
2 - HSIC0 ("hsic0"),
3 - HSIC1 ("hsic1"),
+Exynos3250 has only USB device phy availables as phy 0.
Exynos 4210 and Exynos 4212 use mode switching and require that mode switch
register is supplied.
@@ -65,4 +67,4 @@ phy-consumer@12340000 {
};
Refer to DT bindings documentation of particular PHY consumer devices for more
-information about required PHYs and the way of specification. \ No newline at end of file
+information about required PHYs and the way of specification.