mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
ARM: dts: imx23-olinuxino: Remove unneeded "default-on"
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>
This commit is contained in:
parent
30d6e2d5eb
commit
b34aa18502
1 changed files with 1 additions and 2 deletions
|
|
@ -94,8 +94,7 @@ leds {
|
||||||
|
|
||||||
user {
|
user {
|
||||||
label = "green";
|
label = "green";
|
||||||
gpios = <&gpio2 1 0>;
|
gpios = <&gpio2 1 1>;
|
||||||
linux,default-trigger = "default-on";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue