arm64: dts: renesas: salvator-common: add dr_mode property for USB2.0 channel 0
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 12 Oct 2017 09:23:30 +0000 (18:23 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 20 Oct 2017 10:05:36 +0000 (12:05 +0200)
Since Salvator-X[S] have a USB2.0 dual-role channel (CN9), this patch
adds dr_mode property for USB2.0 channel 0 (EHCI/OHCI and HS-USB)
as "otg".

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index c883e46..2fbb6e3 100644 (file)
 };
 
 &ehci0 {
+       dr_mode = "otg";
        status = "okay";
 };
 
 };
 
 &hsusb {
+       dr_mode = "otg";
        status = "okay";
 };
 
 };
 
 &ohci0 {
+       dr_mode = "otg";
        status = "okay";
 };