lantiq: fix ARV7519RW22 buttons
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47918
This commit is contained in:
parent
45b6eec9fc
commit
21493c984a
1 changed files with 7 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue