diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-06-29 09:39:29 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 07:22:36 +0200 |
commit | f34ffc9efc9f916c2594c6e86e813acacbd7572f (patch) | |
tree | fac5a3e2ae850585172fd46a8a982a0e0c7f6a9d /arch | |
parent | ARM: mxs: Add Crystalfontz CFA-10036 DTS (diff) | |
download | linux-f34ffc9efc9f916c2594c6e86e813acacbd7572f.tar.xz linux-f34ffc9efc9f916c2594c6e86e813acacbd7572f.zip |
ARM: dts: cfa10036: Add Power LED to the CFA-10036 board
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/cfa10036.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/cfa10036.dts b/arch/arm/boot/dts/cfa10036.dts index 28b93262bfc4..c03a577beca3 100644 --- a/arch/arm/boot/dts/cfa10036.dts +++ b/arch/arm/boot/dts/cfa10036.dts @@ -40,4 +40,13 @@ }; }; }; + + leds { + compatible = "gpio-leds"; + + power { + gpios = <&gpio3 4 1>; + default-state = "on"; + }; + }; }; |