Skip to content

Commit 7c0650f

Browse files
easybeclaudiubeznea
authored andcommitted
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>
1 parent 2e24723 commit 7c0650f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
led-power-green {
4747
label = "smartgw:power:green";
4848
gpios = <&pioC 20 GPIO_ACTIVE_HIGH>;
49-
default-state = "on";
49+
linux,default-trigger = "timer";
5050
};
5151

5252
led-power-red {

0 commit comments

Comments
 (0)