1 From 820a3e952b266d4355e89ed91c9b11945030321e Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Wed, 8 Mar 2017 07:41:04 +0100
4 Subject: [PATCH] ARM: dts: BCM53573: Don't use nonexistent "default-off" LED
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
10 Such a trigger doesn't exist in Linux and is not needed as LED is being
11 turned off by default. This could cause errors in LEDs core code when
12 trying to set default trigger.
14 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
15 Acked-by: Pavel Machek <pavel@ucw.cz>
16 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
18 arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 4 ----
19 1 file changed, 4 deletions(-)
21 --- a/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
22 +++ b/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
25 label = "bcm53xx:blue:usb";
26 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>;
27 - linux,default-trigger = "default-off";
31 label = "bcm53xx:blue:wps";
32 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
33 - linux,default-trigger = "default-off";
37 label = "bcm53xx:blue:5ghz";
38 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>;
39 - linux,default-trigger = "default-off";
45 label = "bcm53xx:blue:2ghz";
46 gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>;
47 - linux,default-trigger = "default-off";