arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name

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>
pull/938/head
Neil Armstrong 2023-01-24 11:34:33 +01:00
parent d519a73332
commit eee64d8fbb
1 changed files with 1 additions and 1 deletions

View 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";