diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-01 21:03:10 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-03 19:19:44 +0300 |
commit | 27ddd846cb25851f5624890869c3c193f79d8661 (patch) | |
tree | 235040aedeaf82d28a69f0f89d64d45ee801c630 /arch/arm/boot/dts/am57xx-cl-som-am57x.dts | |
parent | 12ca468306a208e28ac465e0083453814e2b7ace (diff) | |
download | linux-27ddd846cb25851f5624890869c3c193f79d8661.tar.xz |
ARM: dts: am57xx: cl-som-am57x: add USB support
Add USB support.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-cl-som-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index fe4baba1872c..c603136ee0a0 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -478,3 +478,19 @@ pinctrl-0 = <&davinci_mdio_pins_default>; pinctrl-1 = <&davinci_mdio_pins_sleep>; }; + +&usb2_phy1 { + phy-supply = <&ldousb_reg>; +}; + +&usb2_phy2 { + phy-supply = <&ldousb_reg>; +}; + +&usb1 { + dr_mode = "host"; +}; + +&usb2 { + dr_mode = "peripheral"; +}; |