diff options
author | Jim Lin <jilin@nvidia.com> | 2013-06-21 19:05:47 +0800 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-07-11 14:15:15 -0700 |
commit | 7e44d9320ed4a9994b97eb1c9b2efd04491ff431 (patch) | |
tree | 250c00ec3ff7e77775d6efde68510758dddd4581 /board/nvidia | |
parent | 56867d88c45f7345dc6bf7340ee70b69688e3e9a (diff) | |
download | u-boot-imx-7e44d9320ed4a9994b97eb1c9b2efd04491ff431.zip u-boot-imx-7e44d9320ed4a9994b97eb1c9b2efd04491ff431.tar.gz u-boot-imx-7e44d9320ed4a9994b97eb1c9b2efd04491ff431.tar.bz2 |
ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
Tegra30 and Tegra114 are compatible except PLL parameters.
Tested on Tegra30 Cardhu, and Tegra114 Dalmore
platforms. All works well.
Signed-off-by: Jim Lin <jilin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia')
-rw-r--r-- | board/nvidia/common/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 8d7a227..f60f21f 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -47,6 +47,7 @@ #endif #ifdef CONFIG_USB_EHCI_TEGRA #include <asm/arch-tegra/usb.h> +#include <asm/arch/usb.h> #endif #ifdef CONFIG_TEGRA_MMC #include <asm/arch-tegra/tegra_mmc.h> |