From: Dario Binacchi Date: Mon, 17 Feb 2025 11:45:09 +0000 (+0100) Subject: ARM: dts: stm32: add usr3 LED node to stm32f769-disco X-Git-Tag: v6.15-rc1~159^2~14^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e494daa7e289706f09c17eb9d753256e462b919;p=thirdparty%2Flinux.git ARM: dts: stm32: add usr3 LED node to stm32f769-disco As indicated by the board silkscreen, there are three user LEDs. Add the missing one. Signed-off-by: Dario Binacchi Link: https://lore.kernel.org/r/20250217114513.1098844-2-dario.binacchi@amarulasolutions.com Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/st/stm32f769-disco.dts b/arch/arm/boot/dts/st/stm32f769-disco.dts index d52e36aedcfbc..535cfdc4681cc 100644 --- a/arch/arm/boot/dts/st/stm32f769-disco.dts +++ b/arch/arm/boot/dts/st/stm32f769-disco.dts @@ -86,6 +86,9 @@ led-usr1 { gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; }; + led-usr3 { + gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>; + }; }; gpio-keys {