From: Krzysztof Kozlowski Date: Mon, 20 Jun 2022 17:57:12 +0000 (+0200) Subject: ARM: dts: exynos: add function and color to LED node in Odroid U3 X-Git-Tag: v6.1-rc5~784^2~34^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e8368fdcee3c9072a41946f4a92517b5bfacb03;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: exynos: add function and color to LED node in Odroid U3 Add common LED properties - the function and color - to LED node in Exynos4412 Odroid U3, so we can drop deprecated label property. Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220620175716.132143-5-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts index 36c369c..a5ad88b 100644 --- a/arch/arm/boot/dts/exynos4412-odroidu3.dts +++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts @@ -9,6 +9,7 @@ */ /dts-v1/; +#include #include "exynos4412-odroid-common.dtsi" #include "exynos4412-prime.dtsi" @@ -37,7 +38,8 @@ leds { compatible = "gpio-leds"; led1 { - label = "led1:heart"; + function = LED_FUNCTION_HEARTBEAT; + color = ; gpios = <&gpc1 0 GPIO_ACTIVE_LOW>; default-state = "on"; linux,default-trigger = "heartbeat";