lantiq: update TDW8970.dts to support buttons properly
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38728
This commit is contained in:
parent
30fafd0617
commit
dabdc6911a
@ -205,14 +205,14 @@
|
|||||||
wifi {
|
wifi {
|
||||||
label = "wifi";
|
label = "wifi";
|
||||||
gpios = <&gpio 9 0>;
|
gpios = <&gpio 9 0>;
|
||||||
linux,code = <0x101>;
|
linux,code = <0xf7>;
|
||||||
linux,input-type = <5>; /* EV_SW */
|
linux,input-type = <5>; /* EV_SW */
|
||||||
};
|
};
|
||||||
|
|
||||||
wps {
|
wps {
|
||||||
label = "wps";
|
label = "wps";
|
||||||
gpios = <&gpio 39 1>;
|
gpios = <&gpio 39 1>;
|
||||||
linux,code = <0x102>;
|
linux,code = <0x211>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user