Skip to content

Commit

Permalink
ARM: dts: cfa10036: Add Power LED to the CFA-10036 board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Jul 3, 2012
1 parent 330eaaf commit f34ffc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/cfa10036.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@
};
};
};

leds {
compatible = "gpio-leds";

power {
gpios = <&gpio3 4 1>;
default-state = "on";
};
};
};

0 comments on commit f34ffc9

Please sign in to comment.