On Tue, Nov 03, 2020 at 03:02:14PM +0100, 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 > needed ID pin and VBUS wiring. Those will still operate correctly in > pheriperal mode only. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 1 - > arch/arm/boot/dts/exynos4412-odroidu3.dts | 14 ++++++++++++++ > arch/arm/boot/dts/exynos4412-odroidx.dts | 4 ++++ Thanks, applied with corrected 'without', Anand's tag and node named just "regulator-1" (X has one and it is more generic). Best regards, Krzysztof