diff options
Diffstat (limited to 'Documentation/devicetree/bindings/phy/samsung-phy.txt')
-rw-r--r-- | Documentation/devicetree/bindings/phy/samsung-phy.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/samsung-phy.txt b/Documentation/devicetree/bindings/phy/samsung-phy.txt index 2049261d8c31..7a6feea2a48b 100644 --- a/Documentation/devicetree/bindings/phy/samsung-phy.txt +++ b/Documentation/devicetree/bindings/phy/samsung-phy.txt | |||
@@ -26,9 +26,11 @@ Samsung S5P/EXYNOS SoC series USB PHY | |||
26 | 26 | ||
27 | Required properties: | 27 | Required properties: |
28 | - compatible : should be one of the listed compatibles: | 28 | - compatible : should be one of the listed compatibles: |
29 | - "samsung,exynos3250-usb2-phy" | ||
29 | - "samsung,exynos4210-usb2-phy" | 30 | - "samsung,exynos4210-usb2-phy" |
30 | - "samsung,exynos4x12-usb2-phy" | 31 | - "samsung,exynos4x12-usb2-phy" |
31 | - "samsung,exynos5250-usb2-phy" | 32 | - "samsung,exynos5250-usb2-phy" |
33 | - "samsung,s5pv210-usb2-phy" | ||
32 | - reg : a list of registers used by phy driver | 34 | - reg : a list of registers used by phy driver |
33 | - first and obligatory is the location of phy modules registers | 35 | - first and obligatory is the location of phy modules registers |
34 | - samsung,sysreg-phandle - handle to syscon used to control the system registers | 36 | - samsung,sysreg-phandle - handle to syscon used to control the system registers |
@@ -46,6 +48,7 @@ and Exynos 4212) it is as follows: | |||
46 | 1 - USB host ("host"), | 48 | 1 - USB host ("host"), |
47 | 2 - HSIC0 ("hsic0"), | 49 | 2 - HSIC0 ("hsic0"), |
48 | 3 - HSIC1 ("hsic1"), | 50 | 3 - HSIC1 ("hsic1"), |
51 | Exynos3250 has only USB device phy available as phy 0. | ||
49 | 52 | ||
50 | Exynos 4210 and Exynos 4212 use mode switching and require that mode switch | 53 | Exynos 4210 and Exynos 4212 use mode switching and require that mode switch |
51 | register is supplied. | 54 | register is supplied. |