diff options
author | Olof Johansson <olof@lixom.net> | 2013-06-14 20:23:16 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-14 20:23:16 -0400 |
commit | 3b2e6296abeefb6f602e1cf1bd67e4e3a9b9ee7e (patch) | |
tree | 4b1e71d74de4eb120575a089317c74655d9a9533 /arch/arm | |
parent | 9440bd234297d2ea664ebd36345533bc5d3d0b30 (diff) | |
parent | 805b4db8076d47a181032a87db8a732fc8d94596 (diff) |
Merge tag 'bcm2835-for-3.11-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/dt
From Stephen Warren:
ARM: bcm2835: device tree updates
Just one patch this time: enable the LED via gpio-leds.
* tag 'bcm2835-for-3.11-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi:
ARM: bcm2835: Add Raspberry Pi's ACT LED to DT
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-b.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts index aafda174a605..6e9deb786a7d 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-b.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-b.dts | |||
@@ -8,6 +8,17 @@ | |||
8 | memory { | 8 | memory { |
9 | reg = <0 0x10000000>; | 9 | reg = <0 0x10000000>; |
10 | }; | 10 | }; |
11 | |||
12 | leds { | ||
13 | compatible = "gpio-leds"; | ||
14 | |||
15 | act { | ||
16 | label = "ACT"; | ||
17 | gpios = <&gpio 16 1>; | ||
18 | default-state = "keep"; | ||
19 | linux,default-trigger = "heartbeat"; | ||
20 | }; | ||
21 | }; | ||
11 | }; | 22 | }; |
12 | 23 | ||
13 | &gpio { | 24 | &gpio { |