projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a21a6c4
)
ARM: at91/dt: sama5d4 xplained: enable the led D8
author
Josh Wu
<josh.wu@atmel.com>
Thu, 23 Apr 2015 08:08:04 +0000
(10:08 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 18 Sep 2015 14:00:23 +0000
(16:00 +0200)
Enable D8 led as now the pioD is available. D8 is the power led and is on by
default.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
[nicolas.ferre@atmel.com: split the patch in 2]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-sama5d4_xplained.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index 07f46963335bb6c98e305e9e4c1fb9bb613344f2..45371a1b61b398b6b939292649b20d0315cd399b 100644
(file)
--- a/
arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/
arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@
-246,7
+246,7
@@
d8 {
label = "d8";
gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
-
status = "disabled
";
+
default-state = "on
";
};
d10 {