aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2008-04-19 05:42:06 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-19 06:29:09 -0400
commitc546106cc15d300a5b3eba5a514c9238bb6593e8 (patch)
tree789227d948c7e32a76263954457ebda3800de132 /arch/arm/mach-pxa
parentba4eb7e60b11eba1ccd89d448e6d87d98df95da8 (diff)
[ARM] 5002/1: tosa: add two more leds
This adds support for two more leds: the wlan one (found in SL-6000W and SL-6000L) and the blutooth one (found in SL-6000W). Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/tosa.c10
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
437static struct gpio_led_platform_data tosa_gpio_leds_platform_data = { 447static struct gpio_led_platform_data tosa_gpio_leds_platform_data = {