Commit b9614183 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard

ARM: sunxi: make the leds' names conform to the current naming convention

Quoting from Documentation/leds/leds-class.txt:

    LED Device Naming
    =================

    Is currently of the form:

    "devicename:colour:function"
Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent bdbfd8e0
...@@ -76,12 +76,12 @@ leds { ...@@ -76,12 +76,12 @@ leds {
pinctrl-0 = <&led_pins_cubieboard>; pinctrl-0 = <&led_pins_cubieboard>;
blue { blue {
label = "cubieboard::blue"; label = "cubieboard:blue:usr";
gpios = <&pio 7 21 0>; /* LED1 */ gpios = <&pio 7 21 0>; /* LED1 */
}; };
green { green {
label = "cubieboard::green"; label = "cubieboard:green:usr";
gpios = <&pio 7 20 0>; /* LED2 */ gpios = <&pio 7 20 0>; /* LED2 */
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
......
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