mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
unicore32: use the new LED disk activity trigger
- platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz <linz@li-pro.net> Acked-by: GUAN Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
This commit is contained in:
parent
f457253708
commit
fed758f6b7
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ static const struct gpio_led puv3_gpio_leds[] = {
|
|||
{ .name = "cpuhealth", .gpio = GPO_CPU_HEALTH, .active_low = 0,
|
||||
.default_trigger = "heartbeat", },
|
||||
{ .name = "hdd_led", .gpio = GPO_HDD_LED, .active_low = 1,
|
||||
.default_trigger = "ide-disk", },
|
||||
.default_trigger = "disk-activity", },
|
||||
};
|
||||
|
||||
static const struct gpio_led_platform_data puv3_gpio_led_data = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue