From: Vladimir Barinov Date: Wed, 8 Nov 2017 13:09:00 +0000 (+0300) Subject: arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 channel 0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=499468cf063923dbcbab92c4916b6183348c551f;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: renesas: ulcb-kf: add dr_mode property for USB2.0 channel 0 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 Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi index 48a2e8f48e3f..a4e715cbde87 100644 --- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi @@ -29,6 +29,7 @@ }; &ehci0 { + dr_mode = "otg"; status = "okay"; }; @@ -41,6 +42,7 @@ }; &hsusb { + dr_mode = "otg"; status = "okay"; }; @@ -133,6 +135,7 @@ }; &ohci0 { + dr_mode = "otg"; status = "okay"; };