diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2018-04-27 15:34:32 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-16 10:46:14 +0200 |
commit | 610fd5deb11ab0ec0af318e0912da8b1dcb5637d (patch) | |
tree | ba92f3bea1c496245926a1628ccc944f8db923b7 /arch/arm64 | |
parent | 5650011a0607930b1691108ad66034aef1a75fa0 (diff) | |
download | blackbird-op-linux-610fd5deb11ab0ec0af318e0912da8b1dcb5637d.tar.gz blackbird-op-linux-610fd5deb11ab0ec0af318e0912da8b1dcb5637d.zip |
arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 host channel 3
This patch enables USB2.0 host channel 3 for r8a7795 with Salvator-XS.
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')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts index bbf5a8812b70..e231b5a7cbab 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts @@ -56,6 +56,11 @@ status = "okay"; }; +&ehci3 { + dr_mode = "otg"; + status = "okay"; +}; + &hsusb3 { dr_mode = "otg"; status = "okay"; @@ -117,6 +122,11 @@ status = "okay"; }; +&ohci3 { + dr_mode = "otg"; + status = "okay"; +}; + &rcar_sound { ports { /* rsnd_port0 is on salvator-common */ |