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

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

[ Upstream commit 656c1a65 ]

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
...@@ -694,6 +694,10 @@ &usb3 { ...@@ -694,6 +694,10 @@ &usb3 {
vbus-supply = <&smps10_out1_reg>; vbus-supply = <&smps10_out1_reg>;
}; };
&dwc3 {
dr_mode = "otg";
};
&mcspi1 { &mcspi1 {
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment