[PATCH] ARM: imx28: Add Power LED to the crystalfontz CFA-10036 board

Maxime Ripard maxime.ripard at free-electrons.com
Thu Jun 28 11:43:13 EDT 2012


Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

Cc: Brian Lilly <brian at crystalfontz.com>
---
 arch/arm/boot/dts/cfa10036.dts |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/cfa10036.dts b/arch/arm/boot/dts/cfa10036.dts
index 28b9326..c03a577 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";
+		};
+	};
 };
-- 
1.7.9.5




More information about the linux-arm-kernel mailing list