Commit 19aa9840 authored by Pavel Machek's avatar Pavel Machek

leds: ip30: label power LED as such

Make label "white:power" to be consistent with dt-bindings/leds/common.h .
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 28799272
......@@ -44,7 +44,7 @@ static int ip30led_create(struct platform_device *pdev, int num)
switch (num) {
case IP30_LED_SYSTEM:
data->cdev.name = "white:system";
data->cdev.name = "white:power";
break;
case IP30_LED_FAULT:
data->cdev.name = "red:fault";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment