From: Yoshihiro Shimoda Date: Tue, 23 Feb 2016 12:28:35 +0000 (+0900) Subject: arm64: dts: salvator-x: enable USB 2.0 Host of channel 1 and 2 X-Git-Tag: v4.6-rc1~73^2~7^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=474efcae3b78167d82def103fcf497152db17c95;p=linux.git arm64: dts: salvator-x: enable USB 2.0 Host of channel 1 and 2 We should set SW15 to pin 2-3 side on the board before we use CN9 as USB host or peripheral. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index e415535d2b63..b992b1a3d956 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts @@ -372,3 +372,19 @@ &usb2_phy2 { status = "okay"; }; + +&ehci1 { + status = "okay"; +}; + +&ehci2 { + status = "okay"; +}; + +&ohci1 { + status = "okay"; +}; + +&ohci2 { + status = "okay"; +};