projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d725678
)
ralink: add FireWRT button detail
author
John Crispin
<john@openwrt.org>
Mon, 2 Feb 2015 09:02:16 +0000
(09:02 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 Feb 2015 09:02:16 +0000
(09:02 +0000)
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 44242
target/linux/ramips/dts/FIREWRT.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/FIREWRT.dts
b/target/linux/ramips/dts/FIREWRT.dts
index faebe2fbe69906d8f9035a5026a7bc1958570a34..f22c885b2570937b3bee9e71b57c229c2c3128f6 100644
(file)
--- a/
target/linux/ramips/dts/FIREWRT.dts
+++ b/
target/linux/ramips/dts/FIREWRT.dts
@@
-92,4
+92,16
@@
};
};
+ gpio-keys-polled {
+ compatible = "gpio-keys-polled";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ poll-interval = <20>;
+ wps {
+ label = "wps";
+ gpios = <&gpio0 18 1>;
+ linux,code = <0x211>;
+ };
+ };
+
};