]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: microchip: sparx5_pcb134: drop LED unit addresses
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 5 Apr 2024 19:04:16 +0000 (21:04 +0200)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 8 Apr 2024 15:56:05 +0000 (16:56 +0100)
GPIO leds should not have unit addresses (no "reg" property), as
reported by dtc W=1 warnings:

  sparx5_pcb134_board.dtsi:18.9-21.5: Warning (unit_address_vs_reg): /leds/led@0: node has a unit name, but no reg or ranges property

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi

index cafec6ef0d0ff9575cff7d26fd03cce0be6ffabd..f165a409bc1d68119811a7522e5f0fc8059ef5e6 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               led@0 {
+               led-0 {
                        label = "twr0:green";
                        gpios = <&sgpio_out0 8 0 GPIO_ACTIVE_LOW>;
                };
-               led@1 {
+               led-1 {
                        label = "twr0:yellow";
                        gpios = <&sgpio_out0 8 1 GPIO_ACTIVE_LOW>;
                };
-               led@2 {
+               led-2 {
                        label = "twr1:green";
                        gpios = <&sgpio_out0 9 0 GPIO_ACTIVE_LOW>;
                };
-               led@3 {
+               led-3 {
                        label = "twr1:yellow";
                        gpios = <&sgpio_out0 9 1 GPIO_ACTIVE_LOW>;
                };
-               led@4 {
+               led-4 {
                        label = "twr2:green";
                        gpios = <&sgpio_out0 10 0 GPIO_ACTIVE_LOW>;
                };
-               led@5 {
+               led-5 {
                        label = "twr2:yellow";
                        gpios = <&sgpio_out0 10 1 GPIO_ACTIVE_LOW>;
                };
-               led@6 {
+               led-6 {
                        label = "twr3:green";
                        gpios = <&sgpio_out0 11 0 GPIO_ACTIVE_LOW>;
                };
-               led@7 {
+               led-7 {
                        label = "twr3:yellow";
                        gpios = <&sgpio_out0 11 1 GPIO_ACTIVE_LOW>;
                };
-               led@8 {
+               led-8 {
                        label = "eth12:green";
                        gpios = <&sgpio_out0 12 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@9 {
+               led-9 {
                        label = "eth12:yellow";
                        gpios = <&sgpio_out0 12 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@10 {
+               led-10 {
                        label = "eth13:green";
                        gpios = <&sgpio_out0 13 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@11 {
+               led-11 {
                        label = "eth13:yellow";
                        gpios = <&sgpio_out0 13 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@12 {
+               led-12 {
                        label = "eth14:green";
                        gpios = <&sgpio_out0 14 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@13 {
+               led-13 {
                        label = "eth14:yellow";
                        gpios = <&sgpio_out0 14 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@14 {
+               led-14 {
                        label = "eth15:green";
                        gpios = <&sgpio_out0 15 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@15 {
+               led-15 {
                        label = "eth15:yellow";
                        gpios = <&sgpio_out0 15 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@16 {
+               led-16 {
                        label = "eth48:green";
                        gpios = <&sgpio_out1 16 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@17 {
+               led-17 {
                        label = "eth48:yellow";
                        gpios = <&sgpio_out1 16 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@18 {
+               led-18 {
                        label = "eth49:green";
                        gpios = <&sgpio_out1 17 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@19 {
+               led-19 {
                        label = "eth49:yellow";
                        gpios = <&sgpio_out1 17 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@20 {
+               led-20 {
                        label = "eth50:green";
                        gpios = <&sgpio_out1 18 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@21 {
+               led-21 {
                        label = "eth50:yellow";
                        gpios = <&sgpio_out1 18 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@22 {
+               led-22 {
                        label = "eth51:green";
                        gpios = <&sgpio_out1 19 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@23 {
+               led-23 {
                        label = "eth51:yellow";
                        gpios = <&sgpio_out1 19 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@24 {
+               led-24 {
                        label = "eth52:green";
                        gpios = <&sgpio_out1 20 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@25 {
+               led-25 {
                        label = "eth52:yellow";
                        gpios = <&sgpio_out1 20 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@26 {
+               led-26 {
                        label = "eth53:green";
                        gpios = <&sgpio_out1 21 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@27 {
+               led-27 {
                        label = "eth53:yellow";
                        gpios = <&sgpio_out1 21 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@28 {
+               led-28 {
                        label = "eth54:green";
                        gpios = <&sgpio_out1 22 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@29 {
+               led-29 {
                        label = "eth54:yellow";
                        gpios = <&sgpio_out1 22 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@30 {
+               led-30 {
                        label = "eth55:green";
                        gpios = <&sgpio_out1 23 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@31 {
+               led-31 {
                        label = "eth55:yellow";
                        gpios = <&sgpio_out1 23 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@32 {
+               led-32 {
                        label = "eth56:green";
                        gpios = <&sgpio_out1 24 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@33 {
+               led-33 {
                        label = "eth56:yellow";
                        gpios = <&sgpio_out1 24 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@34 {
+               led-34 {
                        label = "eth57:green";
                        gpios = <&sgpio_out1 25 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@35 {
+               led-35 {
                        label = "eth57:yellow";
                        gpios = <&sgpio_out1 25 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@36 {
+               led-36 {
                        label = "eth58:green";
                        gpios = <&sgpio_out1 26 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@37 {
+               led-37 {
                        label = "eth58:yellow";
                        gpios = <&sgpio_out1 26 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@38 {
+               led-38 {
                        label = "eth59:green";
                        gpios = <&sgpio_out1 27 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@39 {
+               led-39 {
                        label = "eth59:yellow";
                        gpios = <&sgpio_out1 27 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@40 {
+               led-40 {
                        label = "eth60:green";
                        gpios = <&sgpio_out1 28 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@41 {
+               led-41 {
                        label = "eth60:yellow";
                        gpios = <&sgpio_out1 28 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@42 {
+               led-42 {
                        label = "eth61:green";
                        gpios = <&sgpio_out1 29 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@43 {
+               led-43 {
                        label = "eth61:yellow";
                        gpios = <&sgpio_out1 29 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@44 {
+               led-44 {
                        label = "eth62:green";
                        gpios = <&sgpio_out1 30 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@45 {
+               led-45 {
                        label = "eth62:yellow";
                        gpios = <&sgpio_out1 30 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@46 {
+               led-46 {
                        label = "eth63:green";
                        gpios = <&sgpio_out1 31 0 GPIO_ACTIVE_HIGH>;
                        default-state = "off";
                };
-               led@47 {
+               led-47 {
                        label = "eth63:yellow";
                        gpios = <&sgpio_out1 31 1 GPIO_ACTIVE_HIGH>;
                        default-state = "off";