]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: Add red LED for stm32mp135f-dk board
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 13 Nov 2025 15:14:02 +0000 (16:14 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 20 Jan 2026 08:45:28 +0000 (09:45 +0100)
Add LED red node for stm32mp135f-dk.
This LED is used as status lLED in U-Boot.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20251113-upstream_update_led_nodes-v2-11-45090db9e2e5@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp135f-dk.dts

index f894ee35b3db2c915896cdf47a7a197951e0e21a..2549cf604ca3a579948525094a743e928b79cbcd 100644 (file)
                        linux,default-trigger = "heartbeat";
                        default-state = "off";
                };
+
+               led-red {
+                       function = LED_FUNCTION_STATUS;
+                       color = <LED_COLOR_ID_RED>;
+                       gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
+               };
        };
 
        panel_backlight: panel-backlight {