* [PATCH] ARM: dts: microchip: gardena-smart-gateway: Fix power LED
@ 2025-06-12 7:47 Ezra Buehler
2025-06-24 7:15 ` Claudiu Beznea
0 siblings, 1 reply; 2+ messages in thread
From: Ezra Buehler @ 2025-06-12 7:47 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Alexandre Belloni, Claudiu Beznea, Conor Dooley,
Krzysztof Kozlowski, Nicolas Ferre, Reto Schneider, Rob Herring,
devicetree, Ezra Buehler
From: Ezra Buehler <ezra.buehler@husqvarnagroup.com>
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>
---
.../boot/dts/microchip/at91sam9g25-gardena-smart-gateway.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e0c1e8df81b1..947c011c1b00 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-blue {
led-power-green {
label = "smartgw:power:green";
gpios = <&pioC 20 GPIO_ACTIVE_HIGH>;
- default-state = "on";
+ linux,default-trigger = "timer";
};
led-power-red {
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: microchip: gardena-smart-gateway: Fix power LED
2025-06-12 7:47 [PATCH] ARM: dts: microchip: gardena-smart-gateway: Fix power LED Ezra Buehler
@ 2025-06-24 7:15 ` Claudiu Beznea
0 siblings, 0 replies; 2+ messages in thread
From: Claudiu Beznea @ 2025-06-24 7:15 UTC (permalink / raw)
To: Ezra Buehler, linux-arm-kernel
Cc: Alexandre Belloni, Conor Dooley, Krzysztof Kozlowski,
Nicolas Ferre, Reto Schneider, Rob Herring, devicetree,
Ezra Buehler
On 12.06.2025 10:47, Ezra Buehler wrote:
> From: Ezra Buehler <ezra.buehler@husqvarnagroup.com>
>
> 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>
Applied to at91-dt, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-24 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 7:47 [PATCH] ARM: dts: microchip: gardena-smart-gateway: Fix power LED Ezra Buehler
2025-06-24 7:15 ` Claudiu Beznea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).