arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Tue, 24 Jan 2023 10:34:33 +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-12-44351528957e@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts

index 9ef210f..393d3cb 100644 (file)
@@ -18,7 +18,7 @@
        leds {
                compatible = "gpio-leds";
 
-               status {
+               led {
                        label = "n1:white:status";
                        gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>;
                        default-state = "on";