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>
This commit is contained in:
Yegor Yefremov 2014-02-28 08:19:04 +01:00 committed by Tony Lindgren
parent ccd8b9e023
commit eda1a4bf10

View file

@ -336,9 +336,18 @@
status = "okay";
};
usb-phy@47401b00 {
status = "okay";
};
usb@47401000 {
status = "okay";
};
usb@47401800 {
status = "okay";
dr_mode = "host";
};
};
&epwmss2 {