diff options
Diffstat (limited to 'include/configs/tegra114-common.h')
| -rw-r--r-- | include/configs/tegra114-common.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/configs/tegra114-common.h b/include/configs/tegra114-common.h index c2986d830..44e98e501 100644 --- a/include/configs/tegra114-common.h +++ b/include/configs/tegra114-common.h @@ -74,9 +74,10 @@  #define CONFIG_SYS_SPL_MALLOC_START	0x80090000  #define CONFIG_SPL_STACK		0x800ffffc -#define CONFIG_SPL_LDSCRIPT		"$(CPUDIR)/tegra114/u-boot-spl.lds" -  /* Total I2C ports on Tegra114 */  #define TEGRA_I2C_NUM_CONTROLLERS	5 +/* For USB EHCI controller */ +#define CONFIG_EHCI_IS_TDI +  #endif /* _TEGRA114_COMMON_H_ */ |