Skip to content

Commit be7e1e5

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger
There is no such trigger documented or implemented in Linux. It was a copy & paste mistake. This fixes: arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: leds: led-wlan:linux,default-trigger: 'oneOf' conditional failed, one must be fixed: 'default-off' is not one of ['backlight', 'default-on', 'heartbeat', 'disk-activity', 'disk-read', 'disk-write', 'timer', 'pattern', 'audio-micmute', 'audio-mute', 'bluetooth-power', 'flash', 'kbd-capslock', 'mtd', 'nand-disk', 'none', 'torch', 'usb-gadget', 'usb-host', 'usbport'] 'default-off' does not match '^cpu[0-9]*$' 'default-off' does not match '^hci[0-9]+-power$' 'default-off' does not match '^mmc[0-9]+$' 'default-off' does not match '^phy[0-9]+tx$' From schema: Documentation/devicetree/bindings/leds/leds-gpio.yaml Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20230707114004.2740-1-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 2ce61fa commit be7e1e5

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
led-wlan {
2727
label = "bcm53xx:blue:wlan";
2828
gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>;
29-
linux,default-trigger = "default-off";
3029
};
3130

3231
led-system {

arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
led-5ghz {
2727
label = "bcm53xx:blue:5ghz";
2828
gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>;
29-
linux,default-trigger = "default-off";
3029
};
3130

3231
led-system {
@@ -42,7 +41,6 @@
4241
led-2ghz {
4342
label = "bcm53xx:blue:2ghz";
4443
gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>;
45-
linux,default-trigger = "default-off";
4644
};
4745
};
4846

0 commit comments

Comments
 (0)