Commit 352faa5f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: koelsch dts: Add labels for the LEDs

The LEDs on the koelsch board are labeled using upper-case characters.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dd4dc874
...@@ -149,12 +149,15 @@ leds { ...@@ -149,12 +149,15 @@ leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led6 { led6 {
gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>; gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
label = "LED6";
}; };
led7 { led7 {
gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
label = "LED7";
}; };
led8 { led8 {
gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
label = "LED8";
}; };
}; };
......
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