aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2025-02-17 12:45:09 +0100
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2025-02-27 09:35:24 +0100
commit1e494daa7e289706f09c17eb9d753256e462b919 (patch)
treef42d271d4d2b8042d0855b5b962a20525fc29e66
parentARM: dts: stm32: rename LEDs nodes for stm32f769-disco (diff)
downloadwireguard-linux-1e494daa7e289706f09c17eb9d753256e462b919.tar.xz
wireguard-linux-1e494daa7e289706f09c17eb9d753256e462b919.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/st/stm32f769-disco.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32f769-disco.dts b/arch/arm/boot/dts/st/stm32f769-disco.dts
index d52e36aedcfb..535cfdc4681c 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 {