]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LED
authorEzra Buehler <ezra.buehler@husqvarnagroup.com>
Tue, 24 Jun 2025 11:58:10 +0000 (13:58 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 2 Jul 2025 11:17:42 +0000 (13:17 +0200)
When starting up, the GARDENA smart Gateway's power LED should be
flashing green. It is unclear why it was initially set to "off".

The LED frequency cannot be configured in the devicetree. Luckily, the
default is 1 Hz, which is what we want.

Signed-off-by: Ezra Buehler <ezra.buehler@husqvarnagroup.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/gardena_smart_gateway_mt7688.dts

index 7743d014631a8c9feab99aadfc08904a89fc0ca7..0bfb1dde97648b766214ba386a0cb28c0368aefc 100644 (file)
@@ -56,7 +56,7 @@
                led-power-green {
                        label = "smartgw:power:green";
                        gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
+                       linux,default-trigger = "timer";
                };
 
                led-power-red {