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 stm32f769-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
7cf1acae 5f014cb8

+2 -2
+2 -2
arch/arm/boot/dts/stm32f769-disco.dts
··· 66 66 67 67 leds { 68 68 compatible = "gpio-leds"; 69 - green { 69 + led-green { 70 70 gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>; 71 71 linux,default-trigger = "heartbeat"; 72 72 }; 73 - red { 73 + led-red { 74 74 gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; 75 75 }; 76 76 };