]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx23-olinuxino: Remove unneeded "default-on"
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 25 Sep 2012 02:52:19 +0000 (23:52 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:51:49 +0000 (10:51 +0800)
The initial state of the gpio led can be set directly in "gpios" node.

Hence, linux,default-trigger can be removed.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx23-olinuxino.dts

index 384d8b66f337e1ceec0388a9e49e6eeae5ffadce..35489a1db77f510e74004824998fc9b114804e59 100644 (file)
@@ -94,8 +94,7 @@
 
                user {
                        label = "green";
-                       gpios = <&gpio2 1 0>;
-                       linux,default-trigger = "default-on";
+                       gpios = <&gpio2 1 1>;
                };
        };
 };