OSDN Git Service

ARM: dts: am335x-wega: Set USB0 mode to otg
authorTeresa Remmet <t.remmet@phytec.de>
Thu, 5 Jan 2017 14:50:49 +0000 (15:50 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 5 Jan 2017 17:14:42 +0000 (09:14 -0800)
Set USB0 to otg mode (default) and not fix to peripheral.
As it can be used in host mode also.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-wega.dtsi

index 02c6736..e97fd6d 100644 (file)
 };
 
 &usb0 {
-       dr_mode = "peripheral";
        status = "okay";
 };