diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-02-28 07:19:04 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 23:09:43 (GMT) |
commit | eda1a4bf10e23e50d682d18bbab1a279f46a6924 (patch) | |
tree | bebbea5dbe4edea53f26958297e5c8347900f673 /arch/arm | |
parent | ccd8b9e023a3532f9777ace9fa4f1ac72c6707f3 (diff) | |
download | linux-eda1a4bf10e23e50d682d18bbab1a279f46a6924.tar.xz |
ARM: dts: am335x-evmsk: enable USB1
Enable second USB channel and set it into 'host' mode.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 50abe53..413e5e1 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -336,9 +336,18 @@ status = "okay"; }; + usb-phy@47401b00 { + status = "okay"; + }; + usb@47401000 { status = "okay"; }; + + usb@47401800 { + status = "okay"; + dr_mode = "host"; + }; }; &epwmss2 { |