Commit fd2aa39a619ce011414f6cb6efb0232136e300c7

Authored by Hans de Goede
1 parent 1903bb91c4

sunxi: Add INITIAL_USB_SCAN_DELAY to Mele_A1000G_quad_defconfig

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/Mele_A1000G_quad_defconfig
... ... @@ -2,6 +2,7 @@
2 2 CONFIG_ARCH_SUNXI=y
3 3 CONFIG_MACH_SUN6I=y
4 4 CONFIG_DRAM_ZQ=120
  5 +CONFIG_INITIAL_USB_SCAN_DELAY=2000
5 6 CONFIG_USB1_VBUS_PIN="PC27"
6 7 CONFIG_USB2_VBUS_PIN=""
7 8 CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-mele-a1000g-quad"