diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2012-11-27 14:22:53 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2012-11-27 14:22:53 +0100 |
commit | 25b23dbf56eeb7d52f296ebf4d4cea2fd4999c1a (patch) | |
tree | 158eafc732356c39cd8c6bd68214907b5b203d44 /arch | |
parent | 4999659a64b339224ecdba7159dbfb63f7960cb4 (diff) |
colibri_t30: USB: 2 mA VBUS draw
As Colibris are usually self powered default drawn VBUS to 2 mA rather
than demanding 500 mA. This should fix it running from not self powered
USB hubs as well.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/colibri_t30_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/colibri_t30_defconfig b/arch/arm/configs/colibri_t30_defconfig index c63241c2616f..70656a003a23 100644 --- a/arch/arm/configs/colibri_t30_defconfig +++ b/arch/arm/configs/colibri_t30_defconfig @@ -317,7 +317,6 @@ CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_PL2303=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_VBUS_DRAW=500 CONFIG_USB_TEGRA=y CONFIG_USB_G_ANDROID=y CONFIG_USB_COLIBRI_OTG=y |