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)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 26 Jan 2023 08:28:04 +0000 (09:28 +0100)
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>
arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts

index 6d8cc00fedc7fe430cdf89d4d7bdeda1a33f0823..5f2d4317ecfbf173cef7ff31cc102ff8a0b36b97 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>;