]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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:32:40 +0000 (09:32 +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 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>;