From: Benjamin Gaignard Date: Wed, 13 May 2020 14:59:26 +0000 (+0200) Subject: ARM: dts: stm32: update led nodes names for stm32f429-eval X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f014cb81e04b2fe2ed94715d89822f25e6c498d;p=linux.git ARM: dts: stm32: update led nodes names for stm32f429-eval 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/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index c58c35ecc026c..67e7648de41ef 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -104,17 +104,17 @@ leds { compatible = "gpio-leds"; - green { + led-green { gpios = <&gpiog 6 1>; linux,default-trigger = "heartbeat"; }; - orange { + led-orange { gpios = <&gpiog 7 1>; }; - red { + led-red { gpios = <&gpiog 10 1>; }; - blue { + led-blue { gpios = <&gpiog 12 1>; }; };