diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2016-10-11 21:10:31 +0200 |
---|---|---|
committer | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2016-10-11 21:10:31 +0200 |
commit | 025f12b538493e1a5dfe3af398c81573fb3e8f5c (patch) | |
tree | 482b666d800a0f05294f96b2ff9bf88d7a97918c | |
parent | c2fd19ad18b5c25ec49e2370c55ed40f1ae038d5 (diff) | |
download | master-31e0f0ae-025f12b538493e1a5dfe3af398c81573fb3e8f5c.tar.gz master-31e0f0ae-025f12b538493e1a5dfe3af398c81573fb3e8f5c.tar.bz2 master-31e0f0ae-025f12b538493e1a5dfe3af398c81573fb3e8f5c.zip |
update fix reset button
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
-rw-r--r-- | target/linux/ramips/dts/BR-6478AC-V2.dts | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index 5426b42ffd..104413108b 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -153,14 +153,8 @@ reset { label = "reset"; - gpios = <&gpio0 12 1>; - linux,code = <0x101>; - }; - - wps { - label = "wps"; - gpios = <&gpio0 1 1>; - linux,code = <0x100>; + gpios = <&gpio0 2 1>; + linux,code = <0x198>; }; }; |