aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/files
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-11-16 13:26:56 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-11-16 13:43:39 +0100
commit2658008a2adcd86d9a45ee76bdec504898426254 (patch)
tree71f51b6dff37858ddde60c5476558b365c915597 /target/linux/mvebu/files
parent4e885dd90af50e4ace6f4565a3616e107c4ba2b0 (diff)
downloadupstream-2658008a2adcd86d9a45ee76bdec504898426254.tar.gz
upstream-2658008a2adcd86d9a45ee76bdec504898426254.tar.bz2
upstream-2658008a2adcd86d9a45ee76bdec504898426254.zip
treewide: remove default-state off for LEDs
default-state = "off" is default for LEDs, no need to specify it explicitly. https://www.kernel.org/doc/Documentation/devicetree/bindings/leds/common.yaml Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mvebu/files')
-rw-r--r--target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
index ebcc4692d5..e804665792 100644
--- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
+++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
@@ -152,14 +152,12 @@
hdd1_red {
label = "ls421de:red:hdd1";
gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
- default-state = "off";
linux,default-trigger = "ata1";
};
hdd2_red {
label = "ls421de:red:hdd2";
gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
- default-state = "off";
linux,default-trigger = "ata2";
};
};