summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra30-common.h
diff options
context:
space:
mode:
authorJim Lin <jilin@nvidia.com>2013-11-06 14:03:44 +0800
committerTom Warren <twarren@nvidia.com>2013-12-18 10:19:48 -0700
commit81d21e98b00c45372aaa9f47a6e9035f8daf843f (patch)
tree70adc2719d0fb617a79f47787e53914d5cc4df65 /include/configs/tegra30-common.h
parent7dcd3a21ff556a196d60227fa04c9cdc5f9faa9c (diff)
downloadtalos-obmc-uboot-81d21e98b00c45372aaa9f47a6e9035f8daf843f.tar.gz
talos-obmc-uboot-81d21e98b00c45372aaa9f47a6e9035f8daf843f.zip
ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on "bootp"
Fix the timeout issue after running "bootp" command in u-boot console. For example you see "EHCI timed out on TD- token=0x...". TXFIFOTHRES bits of TXFILLTUNING register should be set to 0x10 after a controller reset and before RUN bit is set (per technical reference manual). Signed-off-by: Jim Lin <jilin@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra30-common.h')
-rw-r--r--include/configs/tegra30-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h
index 99acbfd28b..b5550d7d09 100644
--- a/include/configs/tegra30-common.h
+++ b/include/configs/tegra30-common.h
@@ -79,5 +79,6 @@
/* For USB EHCI controller */
#define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10
#endif /* _TEGRA30_COMMON_H_ */
OpenPOWER on IntegriCloud