ramips: update device tree source files
[openwrt/openwrt.git] / target / linux / ramips / dts / DCS-930L-B1.dts
index 8ebc1bb3d27bc2d385b7f9c95a9300e24fc332ad..5d2899ea27fd31c28678445cef09835aba7bc4eb 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "DCS-930L-B1", "ralink,rt5350-soc";
+       compatible = "dlink,dcs-930l-b1", "ralink,rt5350-soc";
        model = "D-Link DCS-930L B1";
 
        gpio-leds {
 
                power {
                        label = "dcs-930l-b1:red:power";
-                       gpios = <&gpio0 17 1>;
+                       gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "dcs-930l-b1:blue:wps";
-                       gpios = <&gpio0 19 1>;
+                       gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio0 20 1>;
+                       gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };