From: Benjamin Gaignard Date: Wed, 13 May 2020 14:59:24 +0000 (+0200) Subject: ARM: dts: stm32: update led nodes names for stm32f469-disco X-Git-Tag: v5.10.7~1993^2~32^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f85b1b913766a44e06d1b52954329f2b57e8c17c;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: stm32: update led nodes names for stm32f469-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/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 9397db0..2e1b3bb 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -89,17 +89,17 @@ 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>; }; };