diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:28:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:28:29 +0000 |
commit | 21493c984a667c9afb6a25fdff403c58e0dbbeb8 (patch) | |
tree | 3d6b994795af49576f06bd7f5e4f82195d2db670 | |
parent | 45b6eec9fc4e7262865708f5cdd74dc7502b4fda (diff) | |
download | upstream-21493c984a667c9afb6a25fdff403c58e0dbbeb8.tar.gz upstream-21493c984a667c9afb6a25fdff403c58e0dbbeb8.tar.bz2 upstream-21493c984a667c9afb6a25fdff403c58e0dbbeb8.zip |
lantiq: fix ARV7519RW22 buttons
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47918
-rw-r--r-- | target/linux/lantiq/dts/ARV7519RW22.dts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index 471f347ffe..d33e9d8df3 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -177,21 +177,21 @@ #size-cells = <0>; poll-interval = <100>; - wps { - label = "wps"; - gpios = <&gpio 20 1>; - linux,code = <0x211>; - }; reset { label = "reset"; - gpios = <&gpio 22 1>; + gpios = <&gpio 6 1>; linux,code = <0x198>; }; rfkill { label = "rfkill"; - gpios = <&gpio 45 1>; + gpios = <&gpio 33 1>; linux,code = <0xf7>; }; + wps { + label = "wps"; + gpios = <&gpio 37 1>; + linux,code = <0x211>; + }; }; gpio-leds { |