diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-08-08 14:35:15 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-08-09 12:07:33 -0700 |
commit | bc24ed4f21c0ef6d99b653077747c3104f5f9b60 (patch) | |
tree | ecdb52a4394782a7350956e42bd2c3dd62b78169 /arch/arm/mach-tegra/board-seaboard-pinmux.c | |
parent | a697e694aeb82f2643825c45dc0214666172c540 (diff) |
ARM: Tegra: Seaboard: Add USB devices
Seaboard has a couple of external USB ports. Add the platform devices and
GPIO infra-structure to enable these.
I tested both ports with a mouse on Seaboard non-clamshell.
This change is extracted from code in the ChromeOS 2.6.38 kernel.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard-pinmux.c')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard-pinmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard-pinmux.c b/arch/arm/mach-tegra/board-seaboard-pinmux.c index 78797507e30..74f78b7e3f1 100644 --- a/arch/arm/mach-tegra/board-seaboard-pinmux.c +++ b/arch/arm/mach-tegra/board-seaboard-pinmux.c @@ -168,6 +168,7 @@ static struct tegra_gpio_table gpio_table[] = { { .gpio = TEGRA_GPIO_POWERKEY, .enable = true }, { .gpio = TEGRA_GPIO_ISL29018_IRQ, .enable = true }, { .gpio = TEGRA_GPIO_CDC_IRQ, .enable = true }, + { .gpio = TEGRA_GPIO_USB1, .enable = true }, }; void __init seaboard_pinmux_init(void) |