ramips: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / ramips / dts / rt3052_jcg_jhr-n926r.dts
index 6096019b1031e6ab1f99cd4b56e510037afca653..4bcb91eacfec0837391c962548d990d5aa0f1214 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        compatible = "jcg,jhr-n926r", "ralink,rt3052-soc";
                compatible = "gpio-leds";
 
                wlan1 {
-                       label = "red:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_RED>;
                        gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
                };
 
                wlan2 {
-                       label = "yellow:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_YELLOW>;
                        gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
                };
 
                wlan3 {
-                       label = "green:wlan";
+                       function = LED_FUNCTION_WLAN;
+                       color = <LED_COLOR_ID_GREEN>;
                        gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
                };