base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6318-d-link-dsl-275xb-d1.dts
index 13981676df35381de7d2b80fa83037a6acf88da4..31d05b96ae63203e3f9b332a0c2f2acf4bb3b59a 100644 (file)
@@ -1,8 +1,7 @@
-/dts-v1/;
-
 #include "bcm6318.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "D-Link DSL-2750B/DSL-2751 rev D1";
@@ -52,7 +51,8 @@
                compatible = "gpio-leds";
 
                led_power_green: power_green {
-                       label = "green:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 3 1>;
                        default-state = "on";
                };
@@ -73,7 +73,8 @@
                };
 
                wps_blue {
-                       label = "blue:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&pinctrl 16 1>;
                };
 
@@ -84,7 +85,8 @@
 
                usb_green {
                        /* not user controllable? */
-                       label = "green:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 49 1>;
                };
        };