ARM: at91/dt: sama5d4 xplained: enable the led D8
authorJosh Wu <josh.wu@atmel.com>
Thu, 23 Apr 2015 08:08:04 +0000 (10:08 +0200)
committerNicolas 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

index 07f46963335bb6c98e305e9e4c1fb9bb613344f2..45371a1b61b398b6b939292649b20d0315cd399b 100644 (file)
                d8 {
                        label = "d8";
                        gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
-                       status = "disabled";
+                       default-state = "on";
                };
 
                d10 {
This page took 0.025057 seconds and 5 git commands to generate.