]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: add usr3 LED node to stm32f769-disco
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 17 Feb 2025 11:45:09 +0000 (12:45 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 27 Feb 2025 08:35:24 +0000 (09:35 +0100)
As indicated by the board silkscreen, there are three user LEDs.
Add the missing one.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250217114513.1098844-2-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32f769-disco.dts

index d52e36aedcfbc02d27a09ef5ff829f650a44b498..535cfdc4681ccf8a7d975a19ec6bfe51642722a0 100644 (file)
@@ -86,6 +86,9 @@
                led-usr1 {
                        gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
                };
+               led-usr3 {
+                       gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>;
+               };
        };
 
        gpio-keys {