]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: microchip: gardena-smart-gateway: Fix power LED
authorEzra Buehler <ezra.buehler@husqvarnagroup.com>
Thu, 12 Jun 2025 07:47:37 +0000 (09:47 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sun, 22 Jun 2025 14:06:52 +0000 (17:06 +0300)
When starting up, the GARDENA smart Gateway's power LED should be
flashing green. It is unclear why this has not been done earlier.

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>
Link: https://lore.kernel.org/r/20250612074737.311346-1-ezra@easyb.ch
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts

index e0c1e8df81b10f2c64fe9ac5aa4047b5b8c24bc5..947c011c1b00472332871770632ff56ae68601bd 100644 (file)
@@ -46,7 +46,7 @@
                led-power-green {
                        label = "smartgw:power:green";
                        gpios = <&pioC 20 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       linux,default-trigger = "timer";
                };
 
                led-power-red {