summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-17 17:44:58 +0200
committerHans de Goede <hdegoede@redhat.com>2015-07-25 11:22:55 +0200
commit91183babea8f36d7bea40ecbc3862913ca0eae65 (patch)
treeec3eb2e4e407022bc43e7261a031ff7fe310cee5 /arch
parentd42faf3198262710d17548950e1ab41413e8b7f9 (diff)
downloadtalos-obmc-uboot-91183babea8f36d7bea40ecbc3862913ca0eae65.tar.gz
talos-obmc-uboot-91183babea8f36d7bea40ecbc3862913ca0eae65.zip
sunxi: musb: Use device-model for musb host mode
Modify the sunxi musb glue to use the device-model for musb host mode. This allows using musb in host mode together with other host drivers such as ehci / ohci, which is esp. useful on boards which use the musb controller in host-only mode, these boards have e.g. an usb-a receptacle or an usb to sata converter attached to the musb controller. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0e899cd0d9..3355b3bcaa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -648,7 +648,7 @@ config ARCH_SUNXI
select DM_GPIO
select DM_ETH
select DM_SERIAL
- select DM_USB if !USB_MUSB_SUNXI
+ select DM_USB
select OF_CONTROL
select OF_SEPARATE
select SPL_DISABLE_OF_CONTROL
OpenPOWER on IntegriCloud