From 8961d2268e3c196ed0bcdb7eded622c434982925 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 10 Aug 2019 19:22:40 +0200 Subject: ath79: convert devices to interrupt-driven gpio-keys This converts all remaining devices to use interrupt-driven gpio-keys compatible instead of gpio-keys-polled. The poll-interval is removed. Only ar7240_netgear_wnr612-v2 is kept at gpio-keys-polled, as this one is using ath9k keys. Signed-off-by: Adrian Schmutzler Tested-by: Karl Palsson Tested-by: Dmitry Tunin --- target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts') diff --git a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts index 042219b234..fcd17b8d13 100644 --- a/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts +++ b/target/linux/ath79/dts/ar7240_buffalo_whr-g301n.dts @@ -17,8 +17,7 @@ }; keys { - compatible = "gpio-keys-polled"; - poll-interval = <20>; + compatible = "gpio-keys"; router_on { label = "router_on"; -- cgit v1.2.3