Commit 5f014cb8 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: update led nodes names for stm32f429-eval

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 e83b9a4a
...@@ -104,17 +104,17 @@ vdd_panel: vdd-panel { ...@@ -104,17 +104,17 @@ vdd_panel: vdd-panel {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
green { led-green {
gpios = <&gpiog 6 1>; gpios = <&gpiog 6 1>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
orange { led-orange {
gpios = <&gpiog 7 1>; gpios = <&gpiog 7 1>;
}; };
red { led-red {
gpios = <&gpiog 10 1>; gpios = <&gpiog 10 1>;
}; };
blue { led-blue {
gpios = <&gpiog 12 1>; gpios = <&gpiog 12 1>;
}; };
}; };
......
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