Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/exynos4210-origen.dts
··· 85 85 86 86 leds { 87 87 compatible = "gpio-leds"; 88 - status { 88 + led-status { 89 89 gpios = <&gpx1 3 GPIO_ACTIVE_LOW>; 90 90 function = LED_FUNCTION_HEARTBEAT; 91 91 linux,default-trigger = "heartbeat";