diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-11-06 13:49:59 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-19 01:21:51 +0100 |
commit | 8ee63b3a9fcad86d7485b03bbea5bc5d2d072568 (patch) | |
tree | 713259c36b7c8d19bdaec68f5f789886e2c0c0e1 /arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | |
parent | ARM: shmobile: koelsch dts: Add labels for the LEDs (diff) | |
download | linux-8ee63b3a9fcad86d7485b03bbea5bc5d2d072568.tar.xz linux-8ee63b3a9fcad86d7485b03bbea5bc5d2d072568.zip |
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: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 0dac0e66ccad..e59e674f313b 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -101,15 +101,19 @@ compatible = "gpio-leds"; led1 { gpios = <&pfc 20 GPIO_ACTIVE_LOW>; + label = "LED1"; }; led2 { gpios = <&pfc 21 GPIO_ACTIVE_LOW>; + label = "LED2"; }; led3 { gpios = <&pfc 22 GPIO_ACTIVE_LOW>; + label = "LED3"; }; led4 { gpios = <&pfc 23 GPIO_ACTIVE_LOW>; + label = "LED4"; }; }; |