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

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: Roger Quadros <rogerq@ti.com>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
这个提交包含在:
H. Nikolaus Schaller
2018-09-28 17:54:00 +02:00
提交者 Tony Lindgren
父节点 b830526f30
当前提交 656c1a65ab

查看文件

@@ -700,6 +700,10 @@
vbus-supply = <&smps10_out1_reg>;
};
&dwc3 {
dr_mode = "otg";
};
&mcspi1 {
};