Commit 8ee63b3a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: shmobile: kzm9g-reference dts: Add labels for the LEDs

The LEDs on the kzm9g 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 352faa5f
...@@ -101,15 +101,19 @@ leds { ...@@ -101,15 +101,19 @@ leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led1 { led1 {
gpios = <&pfc 20 GPIO_ACTIVE_LOW>; gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
label = "LED1";
}; };
led2 { led2 {
gpios = <&pfc 21 GPIO_ACTIVE_LOW>; gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
label = "LED2";
}; };
led3 { led3 {
gpios = <&pfc 22 GPIO_ACTIVE_LOW>; gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
label = "LED3";
}; };
led4 { led4 {
gpios = <&pfc 23 GPIO_ACTIVE_LOW>; gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
label = "LED4";
}; };
}; };
......
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