ARM: dts: bcm283x: Fix up GPIO LED node names
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 6 Jun 2021 12:16:15 +0000 (14:16 +0200)
committerNicolas Saenz Julienne <nsaenz@kernel.org>
Tue, 8 Jun 2021 21:06:34 +0000 (23:06 +0200)
Fix the node names for the GPIO LEDs to conform to the standard node
name led-..

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1622981777-5023-6-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
15 files changed:
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
arch/arm/boot/dts/bcm2835-rpi-a.dts
arch/arm/boot/dts/bcm2835-rpi-b-plus.dts
arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
arch/arm/boot/dts/bcm2835-rpi-b.dts
arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
arch/arm/boot/dts/bcm2835-rpi-zero.dts
arch/arm/boot/dts/bcm2835-rpi.dtsi
arch/arm/boot/dts/bcm2836-rpi-2-b.dts
arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
arch/arm/boot/dts/bcm2837-rpi-3-b.dts
arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi

index c54854a1776e0d75b3fb717fe772141eb532bc43..f24bdd0870a521bb0412805f8fa0d1a7e3aa474c 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
index 6c8ce39833bf68345b93d2efeee54c4238115341..40b9405f1a8e439e7396bb728238eddea73d5602 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
                        default-state = "keep";
index 17fdd48346ffbb7f23ecd6a963b9b0e0c02d6ae4..11edb581dbaf0b42e5cb8209dc1aa7b4fa6e6cb6 100644 (file)
@@ -14,7 +14,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
        };
index b0355c229cdc21d56219da18e760805479b2b77d..1b435c64bd9c18f2a7e45e9d1a2fce61f158263a 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
                        default-state = "keep";
index 33b3b5c0252190599c8d42b1f0728e1668647143..a23c25c00eea7c3da990c47d6f035231424c790b 100644 (file)
@@ -15,7 +15,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
        };
index 2b69957e0113ee133056f5a5c8eae0febf0582eb..1b63d6b19750bf43474865b2aac785c9c254842f 100644 (file)
@@ -15,7 +15,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
        };
index 58059c2ce1294a8a6d0fb426b833498e6cfb6950..e4e6b6abbfc13337caf240d2a269fca03f06d8e4 100644 (file)
@@ -5,7 +5,7 @@
 
 / {
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
                };
        };
index f65448c01e317ba00ad30dfcfd8137e7dc1cb798..33b2b77aa47db3de10e8f85eca14622eef892675 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
                };
        };
index 6dd93c6f49666557b3ee0a958be961bfd8446370..6f9b3a908f287fc62b8d395b8f01599fa67f2559 100644 (file)
@@ -18,7 +18,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
                };
        };
index d94357b21f7e9df3fd5d62199212d7c2ea85d97f..87ddcad760834548584699d9f69e93be66f8b5c8 100644 (file)
@@ -4,7 +4,7 @@
        leds {
                compatible = "gpio-leds";
 
-               act {
+               led-act {
                        label = "ACT";
                        default-state = "keep";
                        linux,default-trigger = "heartbeat";
index 0455a680394a22e1b61a50de5a9345a2902629d8..d8af8eeac7b6f9024c43b3341c5ae6c5fd182462 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
                        default-state = "keep";
index 28be0332c1c810e6fe727802ce7af4458f70029f..77099a7871b03b84fa7e02e690091882e01415c0 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
index 37343148643dbfafb9d89d7eb091b401fafb4aa0..61010266ca9a3b3fad4d23cf7edf59e878bf66d7 100644 (file)
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
                };
 
-               pwr {
+               led-pwr {
                        label = "PWR";
                        gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
index 054ecaa355c9ab4589e784a186e9efeef5f08375..dd4a486040971334b12b0e0b81a5ca9f1322da74 100644 (file)
@@ -20,7 +20,7 @@
        };
 
        leds {
-               act {
+               led-act {
                        gpios = <&expgpio 2 GPIO_ACTIVE_HIGH>;
                };
        };
index 925cb37c22f06b4f18e73f54b28bca45338c8b51..828a20561b9694b2ba3ca8f7f2d77549b7122e17 100644 (file)
@@ -14,7 +14,7 @@
                 * Since there is no upstream GPIO driver yet,
                 * remove the incomplete node.
                 */
-               /delete-node/ act;
+               /delete-node/ led-act;
        };
 
        reg_3v3: fixed-regulator {