arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 channel 0
authorVladimir Barinov <[email protected]>
Wed, 8 Nov 2017 13:09:00 +0000 (16:09 +0300)
committerSimon Horman <[email protected]>
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 <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

index 48a2e8f48e3fc20ad511ee20b943e096bfe45a9a..a4e715cbde87e1a0274a32d88068381923d18853 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";
 };