mpc85xx: convert to new LED color/function format where possible
[openwrt/staging/jow.git] / target / linux / mpc85xx / files / arch / powerpc / boot / dts / ws-ap3825i.dts
index e72d8e9354415ea870d7de0d49cba75aba829f8b..30fae7f7d6a11a963b1f517a08a312c62f07d37f 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        model = "Extreme Networks WS-AP3825i";
 
                led_power_green: power_green {
                        gpios = <&spi_gpio 0 GPIO_ACTIVE_HIGH>;
-                       label = "green:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_GREEN>;
                };
 
                led_power_red: power_red {
                        gpios = <&spi_gpio 1 GPIO_ACTIVE_HIGH>;
-                       label = "red:power";
+                       function = LED_FUNCTION_POWER;
+                       color = <LED_COLOR_ID_RED>;
                };
 
                lan1_red {
                #size-cells = <2>;
                ranges;
 
-               cpu1-bootpage@e000000 {
+               cpu1-bootpage@ff00000 {
                        /* Reserve upper 1 MB for second-core-bootpage */
                        reg = <0x0 0xff00000 0x0 0x100000>;
                };