Skip to content
Snippets Groups Projects
Commit 0291091c authored by Simon Glass's avatar Simon Glass Committed by Albert ARIBAUD
Browse files

tegra: usb: Add common USB defines for tegra2 boards


All Tegra2 boards should include tegra2-common. This adds the required
USB config to that file.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent f10393e5
No related merge requests found
...@@ -84,6 +84,16 @@ ...@@ -84,6 +84,16 @@
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
115200} 115200}
/*
* This parameter affects a TXFILLTUNING field that controls how much data is
* sent to the latency fifo before it is sent to the wire. Without this
* parameter, the default (2) causes occasional Data Buffer Errors in OUT
* packets depending on the buffer address and size.
*/
#define CONFIG_USB_EHCI_TXFIFO_THRESH 10
#define CONFIG_EHCI_IS_TDI
#define CONFIG_EHCI_DCACHE
/* include default commands */ /* include default commands */
#include <config_cmd_default.h> #include <config_cmd_default.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