ARM: dts: vf610: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Nov 2022 14:42:23 +0000 (15:42 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 31 Dec 2022 11:43:05 +0000 (19:43 +0800)
The node names should be generic and DT schema expects certain pattern.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-bk4.dts
arch/arm/boot/dts/vf610-zii-dev.dtsi
arch/arm/boot/dts/vf610-zii-scu4-aib.dts

index 551a4c3..e4f691d 100644 (file)
@@ -38,7 +38,7 @@
                pinctrl-0 = <&pinctrl_gpio_leds>;
 
                /* LED D5 */
-               led0: heartbeat {
+               led0: led-heartbeat {
                        label = "heartbeat";
                        gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
index f8299f3..ce5e528 100644 (file)
@@ -59,7 +59,7 @@
                pinctrl-0 = <&pinctrl_leds_debug>;
                pinctrl-names = "default";
 
-               debug {
+               led-debug {
                        label = "zii:green:debug1";
                        gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
index 040a1f8..7b3276c 100644 (file)
@@ -23,7 +23,7 @@
                pinctrl-0 = <&pinctrl_leds_debug>;
                pinctrl-names = "default";
 
-               debug {
+               led-debug {
                        label = "zii:green:debug1";
                        gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";