base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm6358-bt-home-hub-2-a.dts
index 10aea48783b317432b471e80c3522c8e2948804c..809f3b39b4ca1ec2db6e1c5c8c76288d8dd1543f 100644 (file)
@@ -1,6 +1,7 @@
 #include "bcm6358.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "BT Home Hub 2.0 Type A";
        led@0 {
                reg = <0>;
                active-low;
-               label = "red:power";
+               function = LED_FUNCTION_POWER;
+               color = <LED_COLOR_ID_RED>;
        };
 
        led_power_green: led@1 {
                reg = <1>;
                active-low;
-               label = "green:power";
+               function = LED_FUNCTION_POWER;
+               color = <LED_COLOR_ID_GREEN>;
                default-state = "on";
        };
 
        led@2 {
                reg = <2>;
                active-low;
-               label = "blue:power";
+               function = LED_FUNCTION_POWER;
+               color = <LED_COLOR_ID_BLUE>;
        };
 
        led@3 {