ARM: dts: am43xx: Enable dual-role mode for USB1

USB1 port is micro-AB type and can function as peripheral
as well as host. Enable dual-role mode for USB1.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Roger Quadros 2018-03-16 13:11:43 +02:00 committed by Tony Lindgren
parent 47eee072bf
commit 54cab61a8a
3 changed files with 3 additions and 3 deletions

View File

@ -805,7 +805,7 @@
};
&usb1 {
dr_mode = "peripheral";
dr_mode = "otg";
status = "okay";
};

View File

@ -600,7 +600,7 @@
};
&usb1 {
dr_mode = "peripheral";
dr_mode = "otg";
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&usb1_pins>;

View File

@ -856,7 +856,7 @@
};
&usb1 {
dr_mode = "peripheral";
dr_mode = "otg";
status = "okay";
};