diff options
author | Geert Uytterhoeven <[email protected]> | 2014-11-06 13:49:58 +0100 |
---|---|---|
committer | Simon Horman <[email protected]> | 2014-11-19 09:21:50 +0900 |
commit | 352faa5fedbc9f84faa849ce612ab2633c4db0ec (patch) | |
tree | 563169403e30587e0354d09d6d1aaba37410b687 | |
parent | dd4dc874d16b87944e6803f41dc9477c3c6f09d6 (diff) |
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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index f056e64e50c1..a10f534ecec7 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -149,12 +149,15 @@ compatible = "gpio-leds"; led6 { gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>; + label = "LED6"; }; led7 { gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; + label = "LED7"; }; led8 { gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; + label = "LED8"; }; }; |