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 551a4c3ff4fa704cd3b263adfc546d02b1cefe2d..e4f691d601cc2e51c63d5d4f2daf909dbeceb232 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 f8299f33a6928a0f556845283ffce614976bf923..ce5e52896b19d1ce80c2f34bef160ab57f12885b 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 040a1f8b6130724dc953ba4317065f7cea2c678b..7b3276cd470fbd54f57610041b64979bb6379e65 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";