Commit a54841e5 authored by Michael Walle's avatar Michael Walle Committed by Jason Cooper

ARM: kirkwood: fix LEDs names for lsxl boards

Don't use the specific board name in a the common device tree include file.
Instead use the common name 'lsxl'.
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 1e9c06fb
...@@ -67,28 +67,28 @@ gpio_leds { ...@@ -67,28 +67,28 @@ gpio_leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led@1 { led@1 {
label = "lschlv2:blue:func"; label = "lsxl:blue:func";
gpios = <&gpio1 4 1>; gpios = <&gpio1 4 1>;
}; };
led@2 { led@2 {
label = "lschlv2:red:alarm"; label = "lsxl:red:alarm";
gpios = <&gpio1 5 1>; gpios = <&gpio1 5 1>;
}; };
led@3 { led@3 {
label = "lschlv2:amber:info"; label = "lsxl:amber:info";
gpios = <&gpio1 6 1>; gpios = <&gpio1 6 1>;
}; };
led@4 { led@4 {
label = "lschlv2:blue:power"; label = "lsxl:blue:power";
gpios = <&gpio1 7 1>; gpios = <&gpio1 7 1>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-on";
}; };
led@5 { led@5 {
label = "lschlv2:red:func"; label = "lsxl:red:func";
gpios = <&gpio1 16 1>; gpios = <&gpio1 16 1>;
}; };
}; };
......
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