ARM: dts: imx: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 10 Aug 2022 11:10:07 +0000 (14:10 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Aug 2022 01:17:31 +0000 (09:17 +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/imx51-apf51dev.dts
arch/arm/boot/dts/imx53-qsb-common.dtsi
arch/arm/boot/dts/imx6q-novena.dts
arch/arm/boot/dts/imx7d-zii-rmu2.dts
arch/arm/boot/dts/imx7d-zii-rpu2.dts

index c66f274..b61d55c 100644 (file)
@@ -63,7 +63,7 @@
        leds {
                compatible = "gpio-leds";
 
-               user {
+               led-user {
                        label = "Heartbeat";
                        gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
index fe42440..d6a87c0 100644 (file)
@@ -71,7 +71,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&led_pin_gpio7_7>;
 
-               user {
+               led-user {
                        label = "Heartbeat";
                        gpios = <&gpio7 7 0>;
                        linux,default-trigger = "heartbeat";
index 225cf6b..f8a8dd3 100644 (file)
@@ -99,7 +99,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_leds_novena>;
 
-               heartbeat {
+               led-heartbeat {
                        label = "novena:white:panel";
                        gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "default-on";
index 1065941..1c9f258 100644 (file)
@@ -24,7 +24,7 @@
                pinctrl-0 = <&pinctrl_leds_debug>;
                pinctrl-names = "default";
 
-               debug {
+               led-debug {
                        label = "zii:green:debug1";
                        gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
index 893bd30..9d29490 100644 (file)
@@ -36,7 +36,7 @@
                pinctrl-0 = <&pinctrl_leds_debug>;
                pinctrl-names = "default";
 
-               debug {
+               led-debug {
                        label = "zii:green:debug1";
                        gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";