diff options
author | Vivek Gautam <gautam.vivek@samsung.com> | 2014-05-15 17:38:10 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-19 10:13:54 -0400 |
commit | 517083f469332386e42f4123b38e9f99453f6df2 (patch) | |
tree | 97a7f2caca53e575100119f9915153b9905c742d /arch/arm/boot/dts/exynos5250.dtsi | |
parent | f070267b5fc17752d0dd4dc5784cd3cb57b6d92b (diff) |
ARM: dts: Enable support for generic USB DRD phy for exynos5250
Add device tree node for new usbdrd-phy driver, which
is based on generic phy framework.
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index e44693e2cfda..b276abce0c6a 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi | |||
@@ -569,6 +569,15 @@ | |||
569 | }; | 569 | }; |
570 | }; | 570 | }; |
571 | 571 | ||
572 | usbdrd_phy: phy@12100000 { | ||
573 | compatible = "samsung,exynos5250-usbdrd-phy"; | ||
574 | reg = <0x12100000 0x100>; | ||
575 | clocks = <&clock CLK_USB3>, <&clock CLK_FIN_PLL>; | ||
576 | clock-names = "phy", "ref"; | ||
577 | samsung,pmu-syscon = <&pmu_system_controller>; | ||
578 | #phy-cells = <1>; | ||
579 | }; | ||
580 | |||
572 | usb@12110000 { | 581 | usb@12110000 { |
573 | compatible = "samsung,exynos4210-ehci"; | 582 | compatible = "samsung,exynos4210-ehci"; |
574 | reg = <0x12110000 0x100>; | 583 | reg = <0x12110000 0x100>; |