ARM: dts: kirkwood: Remove node address from leds
authorAndrew Lunn <andrew@lunn.ch>
Sun, 3 Apr 2016 02:03:44 +0000 (04:03 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 14 Apr 2016 17:05:39 +0000 (19:05 +0200)
leds don't have a reg property, so remove the address from the unit name.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/kirkwood-lsxl.dtsi

index 2869c5d..8b7c6ce 100644 (file)
                             &pmx_led_function_blue>;
                pinctrl-names = "default";
 
-               led@1 {
+               func_blue {
                        label = "lsxl:blue:func";
                        gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
                };
 
-               led@2 {
+               alarm {
                        label = "lsxl:red:alarm";
                        gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
                };
 
-               led@3 {
+               info {
                        label = "lsxl:amber:info";
                        gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
                };
 
-               led@4 {
+               power {
                        label = "lsxl:blue:power";
                        gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
 
-               led@5 {
+               func_red {
                        label = "lsxl:red:func";
                        gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
                };