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
This commit is contained in:
parent
460b016ed0
commit
1c9dc26ce9
1 changed files with 2 additions and 2 deletions
|
@ -204,10 +204,10 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
poll-interval = <100>;
|
poll-interval = <100>;
|
||||||
power {
|
reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&gpio 0 1>;
|
gpios = <&gpio 0 1>;
|
||||||
linux,code = <0x100>;
|
linux,code = <0x198>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wifi {
|
wifi {
|
||||||
|
|
Loading…
Reference in a new issue