diff mbox series

[2/2] ARM: dts: stm32: add usr3 LED node to stm32f769-disco

Message ID 20250217114513.1098844-2-dario.binacchi@amarulasolutions.com (mailing list archive)
State New
Headers show
Series [1/2] ARM: dts: stm32: rename LEDs nodes for stm32f769-disco | expand

Commit Message

Dario Binacchi Feb. 17, 2025, 11:45 a.m. UTC
As indicated by the board silkscreen, there are three user LEDs.
Add the missing one.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 arch/arm/boot/dts/st/stm32f769-disco.dts | 3 +++
 1 file changed, 3 insertions(+)

Comments

Alexandre TORGUE Feb. 27, 2025, 8:38 a.m. UTC | #1
On 2/17/25 12:45, Dario Binacchi wrote:
> As indicated by the board silkscreen, there are three user LEDs.
> Add the missing one.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> 
>   arch/arm/boot/dts/st/stm32f769-disco.dts | 3 +++
>   1 file changed, 3 insertions(+)
> 
> 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-usr2 {
>   		led-usr1 {
>   			gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
>   		};
> +		led-usr3 {
> +			gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>;
> +		};
>   	};
>   
>   	gpio-keys {

Series applied on stm32-next.

Thanks
Alex
diff mbox series

Patch

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-usr2 {
 		led-usr1 {
 			gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
 		};
+		led-usr3 {
+			gpios = <&gpioa 12 GPIO_ACTIVE_HIGH>;
+		};
 	};
 
 	gpio-keys {