Message ID | 20230207210020.677007-4-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats | expand |
On Tue, 7 Feb 2023 22:00:17 +0100, Krzysztof Kozlowski wrote: > 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' > > > [...] Applied, thanks! [4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 https://git.kernel.org/krzk/linux/c/69276d702c7d8f3c9b23b66bd6540cba8d5bd088 Best regards,
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 5f37b751f700..1103e7f92b57 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -85,7 +85,7 @@ key-menu { leds { compatible = "gpio-leds"; - status { + led-status { gpios = <&gpx1 3 GPIO_ACTIVE_LOW>; function = LED_FUNCTION_HEARTBEAT; linux,default-trigger = "heartbeat";
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' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/exynos4210-origen.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)