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

ARM: dts: stm32: update led nodes names for stm32f469-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 2a61f116
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -89,17 +89,17 @@ soc {

	leds {
		compatible = "gpio-leds";
		green {
		led-green {
			gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "heartbeat";
		};
		orange {
		led-orange {
			gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
		};
		red {
		led-red {
			gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
		};
		blue {
		led-blue {
			gpios = <&gpiok 3 GPIO_ACTIVE_LOW>;
		};
	};