Commit a763ecc1 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren

ARM: dts: omap5: Fix dual-role mode on Super-Speed port

OMAP5's Super-Speed USB port has a software mailbox register
that needs to be fed with VBUS and ID events from an external
VBUS/ID comparator.

Without this, Host role will not work correctly.

Fixes: 656c1a65 ("ARM: dts: omap5: enable OTG role for DWC3 controller")
Reported-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 91e43395
......@@ -701,6 +701,7 @@ &usb3 {
};
&dwc3 {
extcon = <&extcon_usb3>;
dr_mode = "otg";
};
......
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