From: Krzysztof Kozlowski Date: Tue, 7 Feb 2023 21:00:17 +0000 (+0100) Subject: ARM: dts: exynos: align status led name with bindings on Origen4210 X-Git-Tag: v6.6.17~5549^2~5^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69276d702c7d8f3c9b23b66bd6540cba8d5bd088;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: exynos: align status led name with bindings on Origen4210 The "status" is a reserved keyword and LED nodes should have generic prefix: exynos4210-origen.dtb: leds: status: {'gpios': [[76, 3, 1]], 'function': ['heartbeat'], 'linux,default-trigger': ['heartbeat']} is not of type 'array' Link: https://lore.kernel.org/r/20230207210020.677007-4-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 5f37b75..1103e7f 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -85,7 +85,7 @@ leds { compatible = "gpio-leds"; - status { + led-status { gpios = <&gpx1 3 GPIO_ACTIVE_LOW>; function = LED_FUNCTION_HEARTBEAT; linux,default-trigger = "heartbeat";