From: John Crispin Date: Mon, 2 Feb 2015 09:02:16 +0000 (+0000) Subject: ralink: add FireWRT button detail X-Git-Tag: reboot~4456 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=043f462be49fbf8cbe7f6752df0ba9889c732ef2;p=oweals%2Fopenwrt.git ralink: add FireWRT button detail Signed-off-by: wengbj SVN-Revision: 44242 --- diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index faebe2fbe6..f22c885b25 100644 --- 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>; + }; + }; + };