From: Maxime Ripard Date: Fri, 29 Jun 2012 07:39:29 +0000 (+0200) Subject: ARM: dts: cfa10036: Add Power LED to the CFA-10036 board X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f34ffc9efc9f916c2594c6e86e813acacbd7572f;p=linux-beck.git ARM: dts: cfa10036: Add Power LED to the CFA-10036 board Signed-off-by: Maxime Ripard Cc: Brian Lilly Signed-off-by: Shawn Guo --- 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"; + }; + }; };