ralink: add FireWRT button detail
Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44242
This commit is contained in:
parent
d725678a43
commit
043f462be4
@ -92,4 +92,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio-keys-polled {
|
||||||
|
compatible = "gpio-keys-polled";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
poll-interval = <20>;
|
||||||
|
wps {
|
||||||
|
label = "wps";
|
||||||
|
gpios = <&gpio0 18 1>;
|
||||||
|
linux,code = <0x211>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user