Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: microchip: gardena-smart-gateway: Fix power LED

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>

authored by

Ezra Buehler and committed by
Claudiu Beznea
7c0650f1 2e247234

+1 -1
+1 -1
arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts
··· 46 46 led-power-green { 47 47 label = "smartgw:power:green"; 48 48 gpios = <&pioC 20 GPIO_ACTIVE_HIGH>; 49 - default-state = "on"; 49 + linux,default-trigger = "timer"; 50 50 }; 51 51 52 52 led-power-red {