ath79: add led_ prefix for Phicomm K2T LED label
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 18 Jan 2020 18:02:44 +0000 (19:02 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 18 Jan 2020 18:39:05 +0000 (19:39 +0100)
Using the led_ prefix for the node label is now common in ath79,
so also apply it here.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/dts/qca9563_phicomm_k2t.dts

index cb5c01b01cd682f8c7ae11705dfff7a59b9032f7..a6aa3a8ad3caf584ca7c98a39d394f1a6499fc48 100644 (file)
        compatible = "phicomm,k2t", "qca,qca9563";
 
        aliases {
-               led-boot = &status_red;
-               led-failsafe = &status_red;
-               led-running = &status_red;
-               led-upgrade = &status_red;
+               led-boot = &led_status_red;
+               led-failsafe = &led_status_red;
+               led-running = &led_status_red;
+               led-upgrade = &led_status_red;
        };
 
        chosen {
@@ -29,7 +29,7 @@
                        gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
                };
 
-               status_red: status_red {
+               led_status_red: status_red {
                        label = "phicomm:red:status";
                        gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
                };