From: Benjamin Gaignard Date: Wed, 13 May 2020 14:59:27 +0000 (+0200) Subject: ARM: dts: stm32: update led nodes names for stm32f769-disco X-Git-Tag: v5.10.7~1993^2~32^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cf1acae2279ab1f5d9acf6d1304f0f3519a2beb;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts index 1626e00..0ce7fbc 100644 --- a/arch/arm/boot/dts/stm32f769-disco.dts +++ b/arch/arm/boot/dts/stm32f769-disco.dts @@ -66,11 +66,11 @@ leds { compatible = "gpio-leds"; - green { + led-green { gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; - red { + led-red { gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>; }; };