treewide: dts: Remove default-state=off property from all gpio LED nodes
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / PSG1218A.dts
index f48ac1deb6351e5d0e7e95598fe762d6d596ab5a..767070dbb52d16143739bffeb055033140af32fb 100644 (file)
@@ -7,7 +7,10 @@
        model = "Phicomm PSG1218 rev.A";
 
        aliases {
-               led-status = &led_blue;
+               led-boot = &led_blue;
+               led-failsafe = &led_blue;
+               led-running = &led_blue;
+               led-upgrade = &led_blue;
        };
 
        gpio-leds {
@@ -15,6 +18,7 @@
                led_blue: blue {
                        label = "psg1218a:blue:status";
                        gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       default-state = "on";
                };
 
                yellow {
@@ -24,7 +28,7 @@
 
                red {
                        label = "psg1218a:red:status";
-                               gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
                };
        };
 };