]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on "bootp"
authorJim Lin <jilin@nvidia.com>
Wed, 6 Nov 2013 06:03:44 +0000 (14:03 +0800)
committerTom Warren <twarren@nvidia.com>
Wed, 18 Dec 2013 17:19:48 +0000 (10:19 -0700)
commit81d21e98b00c45372aaa9f47a6e9035f8daf843f
tree70adc2719d0fb617a79f47787e53914d5cc4df65
parent7dcd3a21ff556a196d60227fa04c9cdc5f9faa9c
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>
include/configs/tegra114-common.h
include/configs/tegra30-common.h