Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54cab61a authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

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: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 47eee072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -805,7 +805,7 @@
};

&usb1 {
	dr_mode = "peripheral";
	dr_mode = "otg";
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@
};

&usb1 {
	dr_mode = "peripheral";
	dr_mode = "otg";
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&usb1_pins>;
+1 −1
Original line number Diff line number Diff line
@@ -856,7 +856,7 @@
};

&usb1 {
	dr_mode = "peripheral";
	dr_mode = "otg";
	status = "okay";
};