Commit 2a61f116 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: update led nodes names for stm32f249-disco

Update led nodes names to be aligned with yaml description
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 52107e8d
...@@ -72,10 +72,10 @@ aliases { ...@@ -72,10 +72,10 @@ aliases {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
red { led-red {
gpios = <&gpiog 14 0>; gpios = <&gpiog 14 0>;
}; };
green { led-green {
gpios = <&gpiog 13 0>; gpios = <&gpiog 13 0>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment