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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,10 +72,10 @@ aliases {

	leds {
		compatible = "gpio-leds";
		red {
		led-red {
			gpios = <&gpiog 14 0>;
		};
		green {
		led-green {
			gpios = <&gpiog 13 0>;
			linux,default-trigger = "heartbeat";
		};