diff options
Diffstat (limited to 'arch/arm/mach-pxa/tosa.c')
-rw-r--r-- | arch/arm/mach-pxa/tosa.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index 1722093cfe51..6458f6d371d9 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c | |||
@@ -432,6 +432,16 @@ static struct gpio_led tosa_gpio_leds[] = { | |||
432 | .default_trigger = "nand-disk", | 432 | .default_trigger = "nand-disk", |
433 | .gpio = TOSA_GPIO_NOTE_LED, | 433 | .gpio = TOSA_GPIO_NOTE_LED, |
434 | }, | 434 | }, |
435 | { | ||
436 | .name = "tosa:dual:wlan", | ||
437 | .default_trigger = "none", | ||
438 | .gpio = TOSA_GPIO_WLAN_LED, | ||
439 | }, | ||
440 | { | ||
441 | .name = "tosa:blue:bluetooth", | ||
442 | .default_trigger = "none", | ||
443 | .gpio = TOSA_GPIO_BT_LED, | ||
444 | }, | ||
435 | }; | 445 | }; |
436 | 446 | ||
437 | static struct gpio_led_platform_data tosa_gpio_leds_platform_data = { | 447 | static struct gpio_led_platform_data tosa_gpio_leds_platform_data = { |