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:
parent
1b929c02af
commit
efccf602b3
|
@ -27,7 +27,7 @@
|
||||||
gpio-leds {
|
gpio-leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
blue {
|
led-blue {
|
||||||
label = "x8:blue:power";
|
label = "x8:blue:power";
|
||||||
gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
power {
|
led-power {
|
||||||
label = "ec100:red:power";
|
label = "ec100:red:power";
|
||||||
/*
|
/*
|
||||||
* Needs to go LOW (together with the poweroff GPIO)
|
* Needs to go LOW (together with the poweroff GPIO)
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
blue {
|
led-blue {
|
||||||
label = "c1:blue:alive";
|
label = "c1:blue:alive";
|
||||||
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
|
|
Loading…
Reference in New Issue