projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330eaaf
)
ARM: dts: cfa10036: Add Power LED to the CFA-10036 board
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Fri, 29 Jun 2012 07:39:29 +0000
(09:39 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Tue, 3 Jul 2012 05:22:36 +0000
(13:22 +0800)
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>
arch/arm/boot/dts/cfa10036.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/cfa10036.dts
b/arch/arm/boot/dts/cfa10036.dts
index
28b9326
..
c03a577
100644
(file)
--- 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";
+ };
+ };
};