arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 channel 0
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 8 Nov 2017 13:09:00 +0000 (16:09 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 28 Nov 2017 08:36:18 +0000 (09:36 +0100)
ULCB-KF has a USB2.0 dual-role channel (CN13).
This adds dr_mode property for USB2.0 channel 0 (EHCI/OHCI and HS-USB)
as "otg".

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

index 48a2e8f..a4e715c 100644 (file)
@@ -29,6 +29,7 @@
 };
 
 &ehci0 {
+       dr_mode = "otg";
        status = "okay";
 };
 
@@ -41,6 +42,7 @@
 };
 
 &hsusb {
+       dr_mode = "otg";
        status = "okay";
 };
 
 };
 
 &ohci0 {
+       dr_mode = "otg";
        status = "okay";
 };