lantiq: Fix buttons for ARV752DPW

The GPIO for reset switch is wrong in definition. Further the key codes for the two additional buttons are ineffective.

Both is fixed here.

Signed-off-by: Andreas Eberlein <foodeas@aeberlein.de>
This commit is contained in:
Andreas Eberlein 2016-09-29 18:22:23 +02:00 committed by Mathias Kresin
parent fa14124616
commit 72d12672de
1 changed files with 5 additions and 5 deletions

View File

@ -157,24 +157,24 @@
#size-cells = <0>; #size-cells = <0>;
poll-interval = <100>; poll-interval = <100>;
/* wps { wps {
label = "wps"; label = "wps";
gpios = <&gpio 11 1>; gpios = <&gpio 11 1>;
linux,code = <0x211>; linux,code = <0x211>;
}; */ };
restart { restart {
label = "restart"; label = "restart";
gpios = <&gpio 12 1>; gpios = <&gpio 12 1>;
linux,code = <0x110>; linux,code = <0x100>;
}; };
dsl { dsl {
label = "dsl"; label = "dsl";
gpios = <&gpio 13 1>; gpios = <&gpio 13 1>;
linux,code = <0x111>; linux,code = <0x101>;
}; };
reset { reset {
label = "reset"; label = "reset";
gpios = <&gpio 28 1>; gpios = <&gpio 30 1>;
linux,code = <0x198>; linux,code = <0x198>;
}; };
}; };