aboutsummaryrefslogtreecommitdiff
path: root/include/configs/alt.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-03-30 08:04:29 +0100
committerMarek Vasut <marex@denx.de>2019-04-09 18:19:10 +0200
commit8c5635016998c481654fd176bc5dd0d28d83d3fd (patch)
tree8db871741b38d4e95def16f02facb0613cc2ee76 /include/configs/alt.h
parent4a45e93ff3a1682fe80e7f391d0beab87b4ee064 (diff)
downloadu-boot-8c5635016998c481654fd176bc5dd0d28d83d3fd.zip
u-boot-8c5635016998c481654fd176bc5dd0d28d83d3fd.tar.gz
u-boot-8c5635016998c481654fd176bc5dd0d28d83d3fd.tar.bz2
ARM: rmobile: alt: Increase USB power-good delay
Increase the USB power good delay on Alt, this is required with certain USB sticks, otherwise they might not be detected. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/alt.h')
-rw-r--r--include/configs/alt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 3f7f379..3a515ee 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -39,7 +39,8 @@
#define CONFIG_SYS_CLK_FREQ RMOBILE_XTAL_CLK
#define CONFIG_EXTRA_ENV_SETTINGS \
- "bootm_size=0x10000000\0"
+ "bootm_size=0x10000000\0" \
+ "usb_pgood_delay=2000\0"
/* SPL support */
#define CONFIG_SPL_TEXT_BASE 0xe6300000