summaryrefslogtreecommitdiff
path: root/configs/uniphier_ld4_sld8_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:39 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:51:07 +0900
commitcd0847fe63e5ec669a497a5cfcb85de33ce6a0d8 (patch)
tree7e6c82d703bcb2d7455e03d600d6ae5c18928c08 /configs/uniphier_ld4_sld8_defconfig
parent49dde45ba8dd11dfaf157394030cb7e592c01ad9 (diff)
ARM: uniphier: switch over to generic EHCI driver
The UniPhier EHCI driver (drivers/usb/host/ehci-uniphier.c) does nothing special but set the base address and handle reset/clock. Since commit 4feefdcfe916 ("usb: add clock support for generic EHCI"), the generic one (drivers/usb/host/ehci-generic.c) can do those, too. We no longer need to stick to the dedicated driver. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld4_sld8_defconfig')
-rw-r--r--configs/uniphier_ld4_sld8_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld4_sld8_defconfig b/configs/uniphier_ld4_sld8_defconfig
index ee3cbadf29..535f96fb63 100644
--- a/configs/uniphier_ld4_sld8_defconfig
+++ b/configs/uniphier_ld4_sld8_defconfig
@@ -27,5 +27,7 @@ CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_UNIPHIER_SERIAL=y
CONFIG_USB=y
+CONFIG_DM_USB=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_STORAGE=y