From: Yoshihiro Shimoda Date: Thu, 12 Oct 2017 09:23:30 +0000 (+0900) Subject: arm64: dts: renesas: salvator-common: add dr_mode property for USB2.0 channel 0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e9ce35386b215d3f5d0fbab3cc24b69b8d57d7e6;p=linux.git arm64: dts: renesas: salvator-common: add dr_mode property for USB2.0 channel 0 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index c883e46c06ac9..2fbb6e3b5dbe9 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi @@ -272,6 +272,7 @@ }; &ehci0 { + dr_mode = "otg"; status = "okay"; }; @@ -284,6 +285,7 @@ }; &hsusb { + dr_mode = "otg"; status = "okay"; }; @@ -346,6 +348,7 @@ }; &ohci0 { + dr_mode = "otg"; status = "okay"; };