]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: am335x-evmsk: enable USB1
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 28 Feb 2014 07:19:04 +0000 (08:19 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Feb 2014 23:09:43 +0000 (15:09 -0800)
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>
arch/arm/boot/dts/am335x-evmsk.dts

index 50abe53f68870adadc3fa67e3763a0604df1c1de..413e5e133b3e91d1ed19f66223a399b84e33ec50 100644 (file)
                status = "okay";
        };
 
+       usb-phy@47401b00 {
+               status = "okay";
+       };
+
        usb@47401000 {
                status = "okay";
        };
+
+       usb@47401800 {
+               status = "okay";
+               dr_mode = "host";
+       };
 };
 
 &epwmss2 {