mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 22:56:56 +00:00
ath79: convert Netgear WNDR3700 series to gpio-keys
This patch converts the WNDR3700 to use the interrupt-driven gpio-keys driver over the polled variant. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
1e52eacc42
commit
ba68afa204
@ -81,8 +81,7 @@
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys-polled";
|
||||
poll-interval = <100>;
|
||||
compatible = "gpio-keys";
|
||||
|
||||
wps {
|
||||
label = "wps";
|
||||
|
Loading…
Reference in New Issue
Block a user