]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: add usb_pgood_delay 2sec default
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:46 +0000 (12:54 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:42:49 +0000 (14:42 +0200)
We have encountered many USB storage devices that require more warm-up
than the spec allows for.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 36b06df5d794c5aa8144483e19d329e6336609a6..f43a4da7a00009752562eea0f961266f8d607be9 100644 (file)
        "dio0:mode=gpio;dio1:mode=gpio;dio2:mode=gpio;dio3:mode=gpio\0" \
 
 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
+       "usb_pgood_delay=2000\0" \
        "console=ttymxc1\0" \
        "bootdevs=usb mmc sata flash\0" \
        HWCONFIG_DEFAULT \