Skip to content
Snippets Groups Projects
Commit 7bc5c8c9 authored by Jim Lin's avatar Jim Lin Committed by Tom Warren
Browse files

ARM: tegra: fix "bootp" issue for Tegra124 too


Fix the timeout issue after running "bootp" command in U-Boot console.

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: default avatarJim Lin <jilin@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Tested-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent f7dc4ac3
No related branches found
No related tags found
No related merge requests found
...@@ -78,5 +78,6 @@ ...@@ -78,5 +78,6 @@
/* For USB EHCI controller */ /* For USB EHCI controller */
#define CONFIG_EHCI_IS_TDI #define CONFIG_EHCI_IS_TDI
#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10
#endif /* _TEGRA124_COMMON_H_ */ #endif /* _TEGRA124_COMMON_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment