ARM: dts: meson: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern:

  meson8-minix-neo-x8.dtb: gpio-leds: 'blue' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20221125144120.476933-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2022-11-25 15:41:20 +01:00 committed by Neil Armstrong
parent 1b929c02af
commit efccf602b3
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
gpio-leds {
compatible = "gpio-leds";
blue {
led-blue {
label = "x8:blue:power";
gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
};

View File

@ -73,7 +73,7 @@
leds {
compatible = "gpio-leds";
power {
led-power {
label = "ec100:red:power";
/*
* Needs to go LOW (together with the poweroff GPIO)

View File

@ -34,7 +34,7 @@
leds {
compatible = "gpio-leds";
blue {
led-blue {
label = "c1:blue:alive";
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";