mirror of https://github.com/hak5/openwrt.git
fix buttons on vr9 eval kit
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36029lede-17.01
parent
9b4a8c6d1e
commit
0dbe4f502d
|
@ -284,11 +284,11 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
poll-interval = <100>;
|
poll-interval = <100>;
|
||||||
reset {
|
/* reset {
|
||||||
label = "reset";
|
label = "reset";
|
||||||
gpios = <&gpio 7 1>;
|
gpios = <&gpio 7 1>;
|
||||||
linux,code = <0x198>;
|
linux,code = <0x198>;
|
||||||
};
|
};*/
|
||||||
paging {
|
paging {
|
||||||
label = "paging";
|
label = "paging";
|
||||||
gpios = <&gpio 11 1>;
|
gpios = <&gpio 11 1>;
|
||||||
|
@ -296,14 +296,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/* gpio-keys {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
wps {
|
|
||||||
gpios = <&gpio 2 0>;
|
|
||||||
linux,code = <0x100>;
|
|
||||||
};
|
|
||||||
};*/
|
|
||||||
|
|
||||||
gpio-leds {
|
gpio-leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue