Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Dario Binacchi and committed by
Alexandre Torgue
1e494daa 9ccf4739

+3
+3
arch/arm/boot/dts/st/stm32f769-disco.dts
··· 86 86 led-usr1 { 87 87 gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; 88 88 }; 89 + led-usr3 { 90 + gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>; 91 + }; 89 92 }; 90 93 91 94 gpio-keys {