Commit b7408aff2d325581dcafffa5dbcc09c42ae64b5d

Authored by Richard Purdie
Committed by Russell King
1 parent 96ce2385dd

[ARM] 3563/1: LED: Set the LOCOMO LED driver default triggers

Patch from Richard Purdie

Set the default triggers for the LOCOMO LED driver.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/leds/leds-locomo.c
... ... @@ -45,11 +45,13 @@
45 45  
46 46 static struct led_classdev locomo_led0 = {
47 47 .name = "locomo:amber",
  48 + .default_trigger = "sharpsl-charge",
48 49 .brightness_set = locomoled_brightness_set0,
49 50 };
50 51  
51 52 static struct led_classdev locomo_led1 = {
52 53 .name = "locomo:green",
  54 + .default_trigger = "nand-disk",
53 55 .brightness_set = locomoled_brightness_set1,
54 56 };
55 57