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 acf4332a66ff7d4fe41e1402220007c2f13011a2..31d05b96ae63203e3f9b332a0c2f2acf4bb3b59a 100644 (file)
@@ -1,6 +1,7 @@
 #include "bcm6318.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "D-Link DSL-2750B/DSL-2751 rev D1";
@@ -50,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";
                };
@@ -71,7 +73,8 @@
                };
 
                wps_blue {
-                       label = "blue:wps";
+                       function = LED_FUNCTION_WPS;
+                       color = <LED_COLOR_ID_BLUE>;
                        gpios = <&pinctrl 16 1>;
                };
 
@@ -82,7 +85,8 @@
 
                usb_green {
                        /* not user controllable? */
-                       label = "green:usb";
+                       function = LED_FUNCTION_USB;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&pinctrl 49 1>;
                };
        };