From: Benjamin Gaignard Date: Wed, 13 May 2020 14:59:23 +0000 (+0200) Subject: ARM: dts: stm32: update led nodes names for stm32f249-disco X-Git-Tag: v5.15~3247^2~32^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a61f1168b54fffdd9e56a9f742c287fa2048b26;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index f125d3022c91..3dc068b91ca1 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -72,10 +72,10 @@ leds { compatible = "gpio-leds"; - red { + led-red { gpios = <&gpiog 14 0>; }; - green { + led-green { gpios = <&gpiog 13 0>; linux,default-trigger = "heartbeat"; };