summaryrefslogtreecommitdiffstats
path: root/configs/uniphier_sld3_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_sld3_defconfig
parent49dde45ba8dd11dfaf157394030cb7e592c01ad9 (diff)
downloadtalos-obmc-uboot-cd0847fe63e5ec669a497a5cfcb85de33ce6a0d8.tar.gz
talos-obmc-uboot-cd0847fe63e5ec669a497a5cfcb85de33ce6a0d8.zip
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_sld3_defconfig')
-rw-r--r--configs/uniphier_sld3_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig
index 4b871d0ebd..e369c45e82 100644
--- a/configs/uniphier_sld3_defconfig
+++ b/configs/uniphier_sld3_defconfig
@@ -22,5 +22,7 @@ CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
CONFIG_SPL_NAND_DENALI=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
OpenPOWER on IntegriCloud