From: Emilio López Date: Tue, 23 Jul 2013 01:19:01 +0000 (-0300) Subject: ARM: sunxi: make the leds' names conform to the current naming convention X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9614183f78ec417d0270c9db9488ac177ce7038;p=linux-beck.git 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 Signed-off-by: Maxime Ripard --- 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"; };