diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-07-23 05:19:01 +0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-07-24 11:06:57 +0400 |
commit | b9614183f78ec417d0270c9db9488ac177ce7038 (patch) | |
tree | 3720d58c7cf1f7f0778fcd9a19ba516a27e2984f /arch/arm/boot/dts/sun4i-a10-cubieboard.dts | |
parent | bdbfd8e0bb86dcd59f6cfa3278e361c56933fec1 (diff) | |
download | linux-b9614183f78ec417d0270c9db9488ac177ce7038.tar.xz |
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: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-cubieboard.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts index 757c4cd900ee..4580b62b43ff 100644 --- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts +++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts @@ -76,12 +76,12 @@ pinctrl-0 = <&led_pins_cubieboard>; blue { - label = "cubieboard::blue"; + label = "cubieboard:blue:usr"; gpios = <&pio 7 21 0>; /* LED1 */ }; green { - label = "cubieboard::green"; + label = "cubieboard:green:usr"; gpios = <&pio 7 20 0>; /* LED2 */ linux,default-trigger = "heartbeat"; }; |