ramips: update device tree source files
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / VR500.dts
index c3a6e1c4c79086126f64b6a44c3723668e1ca71d..776cc2ac5cb7915b0bc67fd3bef1d746c7d126ca 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "mt7621.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
@@ -22,7 +23,7 @@
 
                power {
                        label = "vr500:green:power";
-                       gpios = <&gpio1 13 1>;
+                       gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -34,7 +35,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 15 1>;
+                       gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };