From a6df9f04727829f80b4475c4f05461e3dd2a719e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 29 May 2015 22:42:32 +0000 Subject: ramips: fix buttons on WHR-300HP2, WHR-1166D, WHR-600D Signed-off-by: Felix Fietkau SVN-Revision: 45845 --- target/linux/ramips/dts/WHR-300HP2.dts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'target/linux/ramips/dts/WHR-300HP2.dts') diff --git a/target/linux/ramips/dts/WHR-300HP2.dts b/target/linux/ramips/dts/WHR-300HP2.dts index 27e741c55b..1ccfa2bb4d 100644 --- a/target/linux/ramips/dts/WHR-300HP2.dts +++ b/target/linux/ramips/dts/WHR-300HP2.dts @@ -113,25 +113,27 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; - s1 { + reset { label = "reset"; gpios = <&gpio2 12 1>; - linux,code = <0x100>; + linux,code = <0x198>; }; - s2 { + aoss { label = "aoss"; gpios = <&gpio2 13 1>; - linux,code = <0x101>; + linux,code = <0x211>; }; - s3 { + ap { label = "ap"; gpios = <&gpio2 14 1>; - linux,code = <0x102>; + linux,code = <0x100>; + linux,input-type = <5>; /* EV_SW */ }; - s4 { + bridge { label = "bridge"; gpios = <&gpio2 15 1>; - linux,code = <0x103>; + linux,code = <0x100>; + linux,input-type = <5>; /* EV_SW */ }; }; }; -- cgit v1.2.3