diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2016-02-23 21:28:35 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-02-26 08:55:32 +0900 |
commit | 474efcae3b78167d82def103fcf497152db17c95 (patch) | |
tree | fd35b034d3834921195bbdfb519c3c2189ff5e2f /arch/arm64/boot | |
parent | e24250c008f0dbd5ce828898104bc96840dd9b1b (diff) | |
download | lwn-474efcae3b78167d82def103fcf497152db17c95.tar.gz lwn-474efcae3b78167d82def103fcf497152db17c95.zip |
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 <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ status = "okay"; }; + +&ehci1 { + status = "okay"; +}; + +&ehci2 { + status = "okay"; +}; + +&ohci1 { + status = "okay"; +}; + +&ohci2 { + status = "okay"; +}; |