summaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts/SAP-G3200U3.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/SAP-G3200U3.dts')
-rw-r--r--target/linux/ramips/dts/SAP-G3200U3.dts7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/SAP-G3200U3.dts b/target/linux/ramips/dts/SAP-G3200U3.dts
index e83fd15..7264e30 100644
--- a/target/linux/ramips/dts/SAP-G3200U3.dts
+++ b/target/linux/ramips/dts/SAP-G3200U3.dts
@@ -2,6 +2,7 @@
#include "mt7621.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
@@ -22,7 +23,7 @@
usb {
label = "sap-g3200u3:green:usb";
- gpios = <&gpio0 13 1>;
+ gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
};
@@ -34,13 +35,13 @@
reset {
label = "reset";
- gpios = <&gpio0 16 1>;
+ gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
rfkill {
label = "rfkill";
- gpios = <&gpio0 14 1>;
+ gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RFKILL>;
};
};