From 13db7a7f41a6ab619ed622d6e7b5bc1285124e1d Mon Sep 17 00:00:00 2001 From: Marc Dietrich Date: Thu, 19 May 2011 14:08:27 +0200 Subject: 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 Signed-off-by: Colin Cross --- arch/arm/mach-tegra/board-paz00-pinmux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/board-paz00-pinmux.c') diff --git a/arch/arm/mach-tegra/board-paz00-pinmux.c b/arch/arm/mach-tegra/board-paz00-pinmux.c index d2faa50174ef..acee62e26e9b 100644 --- a/arch/arm/mach-tegra/board-paz00-pinmux.c +++ b/arch/arm/mach-tegra/board-paz00-pinmux.c @@ -147,6 +147,7 @@ static struct tegra_gpio_table gpio_table[] = { { .gpio = TEGRA_GPIO_SD4_CD, .enable = true }, { .gpio = TEGRA_GPIO_SD4_WP, .enable = true }, { .gpio = TEGRA_GPIO_SD4_POWER, .enable = true }, + { .gpio = TEGRA_ULPI_RST, .enable = true }, }; void paz00_pinmux_init(void) -- cgit v1.2.3