diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 12:14:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 12:14:32 +0000 |
commit | 1c9dc26ce95b7f190e9975d10543ff19e9a1987f (patch) | |
tree | 1029ce4daf072dfe160a232a17bd674fef1beea3 /target | |
parent | 460b016ed04442a026e1883672dafa659140f6b3 (diff) | |
download | upstream-1c9dc26ce95b7f190e9975d10543ff19e9a1987f.tar.gz upstream-1c9dc26ce95b7f190e9975d10543ff19e9a1987f.tar.bz2 upstream-1c9dc26ce95b7f190e9975d10543ff19e9a1987f.zip |
lantiq: td-w8970: fix reset button
For TP-LINK TD-W8970 button should work as "reset", not "BTN_1".
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 44352
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index 51972a07c8..1b42d48daf 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -204,10 +204,10 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <100>; - power { + reset { label = "reset"; gpios = <&gpio 0 1>; - linux,code = <0x100>; + linux,code = <0x198>; }; wifi { |