Skip to content

Commit

Permalink
ARM: dts: am335x-evmsk: enable USB1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yegor Yefremov authored and Tony Lindgren committed Feb 28, 2014
1 parent ccd8b9e commit eda1a4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,18 @@
status = "okay";
};

usb-phy@47401b00 {
status = "okay";
};

usb@47401000 {
status = "okay";
};

usb@47401800 {
status = "okay";
dr_mode = "host";
};
};

&epwmss2 {
Expand Down

0 comments on commit eda1a4b

Please sign in to comment.