summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-06-29 07:39:29 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-07-03 05:22:36 (GMT)
commitf34ffc9efc9f916c2594c6e86e813acacbd7572f (patch)
treefac5a3e2ae850585172fd46a8a982a0e0c7f6a9d
parent330eaaf947abe81b020ed23e9b46d1e620e55457 (diff)
downloadlinux-fsl-qoriq-f34ffc9efc9f916c2594c6e86e813acacbd7572f.tar.xz
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>
-rw-r--r--arch/arm/boot/dts/cfa10036.dts9
1 files changed, 9 insertions, 0 deletions
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";
+ };
+ };
};