Author: blogic Date: 2015-02-02 10:02:16 +0100 (Mon, 02 Feb 2015) New Revision: 44242
Modified: trunk/target/linux/ramips/dts/FIREWRT.dts Log: ralink: add FireWRT button detail Signed-off-by: wengbj <[email protected]> Modified: trunk/target/linux/ramips/dts/FIREWRT.dts =================================================================== --- trunk/target/linux/ramips/dts/FIREWRT.dts 2015-02-02 09:02:10 UTC (rev 44241) +++ trunk/target/linux/ramips/dts/FIREWRT.dts 2015-02-02 09:02:16 UTC (rev 44242) @@ -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>; + }; + }; + }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
