Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Neil Armstrong
efccf602 1b929c02

+3 -3
+1 -1
arch/arm/boot/dts/meson8-minix-neo-x8.dts
··· 27 27 gpio-leds { 28 28 compatible = "gpio-leds"; 29 29 30 - blue { 30 + led-blue { 31 31 label = "x8:blue:power"; 32 32 gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>; 33 33 };
+1 -1
arch/arm/boot/dts/meson8b-ec100.dts
··· 73 73 leds { 74 74 compatible = "gpio-leds"; 75 75 76 - power { 76 + led-power { 77 77 label = "ec100:red:power"; 78 78 /* 79 79 * Needs to go LOW (together with the poweroff GPIO)
+1 -1
arch/arm/boot/dts/meson8b-odroidc1.dts
··· 34 34 35 35 leds { 36 36 compatible = "gpio-leds"; 37 - blue { 37 + led-blue { 38 38 label = "c1:blue:alive"; 39 39 gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>; 40 40 linux,default-trigger = "heartbeat";