summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-13 21:13:41 +0200
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:43 +0200
commitd57990e071d818f84906e314bbf26b6225c2d70c (patch)
tree85041e613bf56f13bf7b6dc7d428a35469395f2e
parentd5143a49b7bdf411b4678ba409d7d774e7c65b82 (diff)
downloadmaster-31e0f0ae-d57990e071d818f84906e314bbf26b6225c2d70c.tar.gz
master-31e0f0ae-d57990e071d818f84906e314bbf26b6225c2d70c.tar.bz2
master-31e0f0ae-d57990e071d818f84906e314bbf26b6225c2d70c.zip
lantiq: fix ARV452CQW button gpio setup
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r--target/linux/lantiq/dts/ARV452CQW.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts
index 57aa864693..2bace94b0d 100644
--- a/target/linux/lantiq/dts/ARV452CQW.dts
+++ b/target/linux/lantiq/dts/ARV452CQW.dts
@@ -152,19 +152,19 @@
#size-cells = <0>;
poll-interval = <100>;
+ rfkill {
+ label = "rfkill";
+ gpios = <&gpio 11 1>;
+ linux,code = <0xf7>;
+ };
wps {
label = "wps";
- gpios = <&gpio 11 1>;
+ gpios = <&gpio 29 1>;
linux,code = <0x101>;
};
- restart {
- label = "restart";
- gpios = <&gpio 12 1>;
- linux,code = <0x110>;
- };
reset {
label = "reset";
- gpios = <&gpio 28 1>;
+ gpios = <&gpio 30 1>;
linux,code = <0x198>;
};
};