]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Add INITIAL_USB_SCAN_DELAY to Mele_A1000G_quad_defconfig
authorHans de Goede <hdegoede@redhat.com>
Sun, 5 Jun 2016 12:40:44 +0000 (14:40 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 10 Jun 2016 10:09:38 +0000 (12:09 +0200)
The Mele_A1000G_quad has an onboard usb <-> sata conversion which needs
longer then the usb-spec allows to connect after getting power.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
configs/Mele_A1000G_quad_defconfig

index b3f825e33f28ae581ac08f3a7c8a37b303db35a1..2ac2596dce36acbfe6dfb5c59bbda171c9727ca5 100644 (file)
@@ -2,6 +2,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_MACH_SUN6I=y
 CONFIG_DRAM_ZQ=120
+CONFIG_INITIAL_USB_SCAN_DELAY=2000
 CONFIG_USB1_VBUS_PIN="PC27"
 CONFIG_USB2_VBUS_PIN=""
 CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-mele-a1000g-quad"