Make usbdrd3 an extcon client to enable OTG role switching feature. Signed-off-by: Robert Baldyga <r.baldyga@xxxxxxxxxxx> --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index 80057d6..ec8eed3 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts @@ -338,6 +338,10 @@ }; }; +&usbdrd3_1 { + extcon = <&usb_extcon>; +}; + &usbdrd_dwc3_0 { dr_mode = "host"; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html