aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00-pinmux.c
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-08-07 15:00:53 -0400
committerOlof Johansson <olof@lixom.net>2011-08-09 15:07:40 -0400
commit8e219ebfa0e3f5d99f01cc57c6b84023343ff22a (patch)
tree8026ae1871073b5a4b75d9ee98c0257ff773d377 /arch/arm/mach-tegra/board-paz00-pinmux.c
parent9aaa15a739a0a3880922a850573493daa4ee4bcc (diff)
ARM: tegra: paz00: enable wifi led
This adds support for the wifi led. It is automaticly triggered by the rfkill0 event. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00-pinmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00-pinmux.c b/arch/arm/mach-tegra/board-paz00-pinmux.c
index 70c57101b0b2..22257697d3ee 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[] = {
147 { .gpio = TEGRA_ULPI_RST, .enable = true }, 147 { .gpio = TEGRA_ULPI_RST, .enable = true },
148 { .gpio = TEGRA_WIFI_PWRN, .enable = true }, 148 { .gpio = TEGRA_WIFI_PWRN, .enable = true },
149 { .gpio = TEGRA_WIFI_RST, .enable = true }, 149 { .gpio = TEGRA_WIFI_RST, .enable = true },
150 { .gpio = TEGRA_WIFI_LED, .enable = true },
150}; 151};
151 152
152void paz00_pinmux_init(void) 153void paz00_pinmux_init(void)