diff options
author | Marc Dietrich <marvin24@gmx.de> | 2011-05-19 14:08:27 +0200 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-07-12 20:38:55 -0700 |
commit | 13db7a7f41a6ab619ed622d6e7b5bc1285124e1d (patch) | |
tree | 1de05e906e1b1a849b05c496d109642baa36b710 /arch/arm/mach-tegra/board-paz00.h | |
parent | dda9cd289ca781593354cf9ad9c091aa5a1260a8 (diff) |
ARM: tegra: paz00: enable usb ports
This patch add support for the second and third ehci bus on paz00.
The first bus needs gadget and nvec support and will be added once
the needed patches are upstream.
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.h')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.h b/arch/arm/mach-tegra/board-paz00.h index 221ce9c662da..6b0b733fe553 100644 --- a/arch/arm/mach-tegra/board-paz00.h +++ b/arch/arm/mach-tegra/board-paz00.h @@ -23,6 +23,7 @@ #define TEGRA_GPIO_SD4_CD TEGRA_GPIO_PH2 #define TEGRA_GPIO_SD4_WP TEGRA_GPIO_PH3 #define TEGRA_GPIO_SD4_POWER TEGRA_GPIO_PI6 +#define TEGRA_ULPI_RST TEGRA_GPIO_PV0 void paz00_pinmux_init(void); |