]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:43:33 +0000 (16:43 +0100)
[ Upstream commit eee64d8fbbdaab72bbab3e462f3a7b742d20c8c2 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts

index b5667f1fb2c8f8fd7f551576ce4115d52f1065d6..22fb3e324da5d63ed73abe69330df77e003d19fd 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";