diff options
author | Vladimir Barinov <[email protected]> | 2016-08-31 13:04:03 +0300 |
---|---|---|
committer | Simon Horman <[email protected]> | 2016-09-08 09:35:06 +0200 |
commit | 15907f1f875f267ea0111654f52966c0adadb3ea (patch) | |
tree | 560de2f4ac24e1ffd88d29d1cd33a28f8d9c94ce | |
parent | 0baa64d8d2f0dc7ef006b6f7669cb2c7862899da (diff) |
arm64: dts: h3ulcb: enable USB2.0 Host channel 1
This supports USB2.0 Host channel 1 on H3ULCB board
Signed-off-by: Vladimir Barinov <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts index c7ce96f90722..234b66a9e163 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts @@ -127,3 +127,11 @@ status = "okay"; }; + +&ehci1 { + status = "okay"; +}; + +&ohci1 { + status = "okay"; +}; |