diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-10 07:54:00 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-14 12:21:45 +0300 |
commit | 3fbf02a85b6f96b19dd49cabc2d8471d0bd4b5d3 (patch) | |
tree | a4fe21a437e2ca0590fcd2dc1dc6a98ca27d8bdb /arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts | |
parent | 1bf42507028a85b57260d00be2c33f5012bd3210 (diff) | |
download | linux-3fbf02a85b6f96b19dd49cabc2d8471d0bd4b5d3.tar.xz |
ARM: dts: UniPhier: add USB EHCI device nodes
No dedicated driver compatible with "socionext,uniphier-ehci" has
been supported in the mainline yet, so it falls into "generic-ehci"
and it works well enough with our USB 2.0 host controllers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts index 0951cbf19ea6..b669d32ff4a9 100644 --- a/arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts +++ b/arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts @@ -92,3 +92,11 @@ &serial2 { status = "okay"; }; + +&usb2 { + status = "okay"; +}; + +&usb3 { + status = "okay"; +}; |