ARM: shmobile: koelsch dts: Add labels for the LEDs
The LEDs on the koelsch board are labeled using upper-case characters. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
dd4dc874d1
commit
352faa5fed
1 changed files with 3 additions and 0 deletions
|
@ -149,12 +149,15 @@
|
||||||
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue