From: Ezra Buehler Date: Thu, 12 Jun 2025 07:47:37 +0000 (+0200) Subject: ARM: dts: microchip: gardena-smart-gateway: Fix power LED X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7c0650f1f95fa0b72d47214458f68d26732128aa;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20250612074737.311346-1-ezra@easyb.ch Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts b/arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts index e0c1e8df81b10..947c011c1b004 100644 --- a/arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts +++ b/arch/arm/boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts @@ -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 {