From 2658008a2adcd86d9a45ee76bdec504898426254 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 16 Nov 2020 13:26:56 +0100 Subject: 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 --- .../linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/mvebu/files') 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"; }; }; -- cgit v1.2.3