Hi Marek, On Wed, 4 Nov 2020 at 02:56, Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> wrote: > > On 03.11.2020 15:02, Marek Szyprowski wrote: > > MicroUSB port on OdroidU3+ boards can operate both as peripheral or as > > host port. Till now it was configured as pheriperal only port, but it > > turned out that the DWC2 driver code already handles everything needed to > > support USB role-switch, so switch it to dual-role (OTG) mode. This has > > no effect on OdroidU3 (with 'plus') and OdroidX2, which doesn't have USB > /s/with/without > > needed ID pin and VBUS wiring. Those will still operate correctly in > > pheriperal mode only. > > > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > > --- Thanks I have tested this patch on Odroid U3+ it enable the otg port [alarm@archl-u3et ~]$ lsusb -t /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=exynos-ehci/3p, 480M |__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M Please add my Tested-by: Anand Moon <linux.amoon@xxxxxxxxx> Best Regards Anand