From: Yoshihiro Shimoda Date: Thu, 21 Jul 2016 10:46:59 +0000 (+0900) Subject: arm64: dts: r8a7795: salvator-x: enable USB 2.0 Host channel 0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=34ccd788a38983249727b081b2bf92ab54bfa27c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git arm64: dts: r8a7795: salvator-x: enable USB 2.0 Host channel 0 We have to 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 8c8bfdccdc2b..c0e6e8f7c7d8 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts @@ -407,6 +407,10 @@ status = "okay"; }; +&ehci0 { + status = "okay"; +}; + &ehci1 { status = "okay"; }; @@ -415,6 +419,10 @@ status = "okay"; }; +&ohci0 { + status = "okay"; +}; + &ohci1 { status = "okay"; };