diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-05-09 18:23:04 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-21 21:12:38 -0400 |
commit | 0a4f788961f196baa3e8ffd840a2c5931434854e (patch) | |
tree | e80e17a4796a4c563c914a70529c381eb7c3200d | |
parent | 14d0a2b79623e4773e5fc78950dadac213a30400 (diff) |
ARM: shmobile: armadillo-reference: Add LED1-LED4 to the device tree
LED1 to LED4 are GPIO LEDs. Add corresponding DT nodes.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts index 8ec4cd174a58..366f72989dc3 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | |||
@@ -34,6 +34,21 @@ | |||
34 | regulator-boot-on; | 34 | regulator-boot-on; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | leds { | ||
38 | compatible = "gpio-leds"; | ||
39 | led1 { | ||
40 | gpios = <&pfc 102 GPIO_ACTIVE_HIGH>; | ||
41 | }; | ||
42 | led2 { | ||
43 | gpios = <&pfc 111 GPIO_ACTIVE_HIGH>; | ||
44 | }; | ||
45 | led3 { | ||
46 | gpios = <&pfc 110 GPIO_ACTIVE_HIGH>; | ||
47 | }; | ||
48 | led4 { | ||
49 | gpios = <&pfc 177 GPIO_ACTIVE_HIGH>; | ||
50 | }; | ||
51 | }; | ||
37 | }; | 52 | }; |
38 | 53 | ||
39 | &i2c0 { | 54 | &i2c0 { |