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

Commit c12fec7d authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Greg Kroah-Hartman
Browse files

ARM: dts: omap5: enable OTG role for DWC3 controller



[ Upstream commit 656c1a65ab555ee5c7cd0d6aee8ab82ca3c1795f ]

Since SMPS10 and OTG cable detection extcon are described here, and
work to enable OTG power when an OTG cable is plugged in, we can
define OTG mode in the controller (which is disabled by default in
omap5.dtsi).

Tested on OMAP5EVM and Pyra.

Suggested-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b72184ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -694,6 +694,10 @@
	vbus-supply = <&smps10_out1_reg>;
};

&dwc3 {
	dr_mode = "otg";
};

&mcspi1 {

};