Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Update led nodes names to be aligned with yaml description

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Benjamin Gaignard and committed by
Alexandre Torgue
2a61f116 52107e8d

+2 -2
+2 -2
arch/arm/boot/dts/stm32f429-disco.dts
··· 72 72 73 73 leds { 74 74 compatible = "gpio-leds"; 75 - red { 75 + led-red { 76 76 gpios = <&gpiog 14 0>; 77 77 }; 78 - green { 78 + led-green { 79 79 gpios = <&gpiog 13 0>; 80 80 linux,default-trigger = "heartbeat"; 81 81 };