diff options
author | John Crispin <john@openwrt.org> | 2013-03-14 18:43:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-14 18:43:49 +0000 |
commit | 0dbe4f502ddebd36ef138ee8f9b32acb2158c524 (patch) | |
tree | a38af331c908b5b124e989e3752472a6698477ad /target/linux/lantiq/image | |
parent | 9b4a8c6d1e7a30ccce63d77b45e063af4453e366 (diff) | |
download | mtk-20170518-0dbe4f502ddebd36ef138ee8f9b32acb2158c524.zip mtk-20170518-0dbe4f502ddebd36ef138ee8f9b32acb2158c524.tar.gz mtk-20170518-0dbe4f502ddebd36ef138ee8f9b32acb2158c524.tar.bz2 |
fix buttons on vr9 eval kit
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36029
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/EASY80920.dtsi | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/target/linux/lantiq/image/EASY80920.dtsi b/target/linux/lantiq/image/EASY80920.dtsi index e32ad53..861978f 100644 --- a/target/linux/lantiq/image/EASY80920.dtsi +++ b/target/linux/lantiq/image/EASY80920.dtsi @@ -284,11 +284,11 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <100>; - reset { +/* reset { label = "reset"; gpios = <&gpio 7 1>; linux,code = <0x198>; - }; + };*/ paging { label = "paging"; gpios = <&gpio 11 1>; @@ -296,14 +296,6 @@ }; }; -/* gpio-keys { - compatible = "gpio-keys"; - wps { - gpios = <&gpio 2 0>; - linux,code = <0x100>; - }; - };*/ - gpio-leds { compatible = "gpio-leds"; |