ARM: dts: ste: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Nov 2022 14:41:14 +0000 (15:41 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Jan 2023 22:15:27 +0000 (23:15 +0100)
The node names should be generic and DT schema expects certain pattern.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221125144114.476849-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-href.dtsi

index 8f1bb78..e716121 100644 (file)
                                clock-mode = /bits/ 8 <2>;
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               chan@0 {
+                               led@0 {
                                        reg = <0>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;
                                        color = <LED_COLOR_ID_BLUE>;
                                        linux,default-trigger = "heartbeat";
                                };
-                               chan@1 {
+                               led@1 {
                                        reg = <1>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;
                                        color = <LED_COLOR_ID_BLUE>;
                                };
-                               chan@2 {
+                               led@2 {
                                        reg = <2>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;
                                clock-mode = /bits/ 8 <2>;
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               chan@0 {
+                               led@0 {
                                        reg = <0>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;
                                        color = <LED_COLOR_ID_BLUE>;
                                };
-                               chan@1 {
+                               led@1 {
                                        reg = <1>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;
                                        color = <LED_COLOR_ID_BLUE>;
                                };
-                               chan@2 {
+                               led@2 {
                                        reg = <2>;
                                        led-cur = /bits/ 8 <0x2f>;
                                        max-cur = /bits/ 8 <0x5f>;