Commit 0ba06992 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: armadillo800eva reference dts: Add matching LED labels

And make the node name numbering match the label numbering.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Cc: devicetree@vger.kernel.org
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7171511e
...@@ -104,17 +104,21 @@ home-key { ...@@ -104,17 +104,21 @@ home-key {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led1 { led3 {
gpios = <&pfc 102 GPIO_ACTIVE_HIGH>; gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
label = "LED3";
}; };
led2 { led4 {
gpios = <&pfc 111 GPIO_ACTIVE_HIGH>; gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
label = "LED4";
}; };
led3 { led5 {
gpios = <&pfc 110 GPIO_ACTIVE_HIGH>; gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
label = "LED5";
}; };
led4 { led6 {
gpios = <&pfc 177 GPIO_ACTIVE_HIGH>; gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
label = "LED6";
}; };
}; };
......
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