arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 24 Jan 2023 10:34:34 +0000 (11:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:39:02 +0000 (09:39 +0100)
[ Upstream commit afdef3b188c934f79ad4b0a7bd8c692742f9b5af ]

Fixes:
leds: status: {...} is not of type 'array'

Link: https://lore.kernel.org/r/20230124-b4-amlogic-bindings-fixups-v1-13-44351528957e@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts

index e8394a8269ee15e7f6b8aff89eece13a911e236c..802faf7e4e3cbb471308c391b1342246e45ec032 100644 (file)
@@ -16,7 +16,7 @@
 
        leds {
                compatible = "gpio-leds";
-               status {
+               led {
                        gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
                        default-state = "off";
                        color = <LED_COLOR_ID_RED>;