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

[ Upstream commit a763ecc15d ]

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: 656c1a65ab ("ARM: dts: omap5: enable OTG role for DWC3 controller")
Reported-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Roger Quadros 2018-12-05 19:27:44 +02:00 committed by Greg Kroah-Hartman
parent 75f10bdb55
commit 1dee3a3efd
1 changed files with 1 additions and 0 deletions

View File

@ -695,6 +695,7 @@
};
&dwc3 {
extcon = <&extcon_usb3>;
dr_mode = "otg";
};