diff options
author | John Crispin <blogic@openwrt.org> | 2013-03-14 18:43:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-03-14 18:43:49 +0000 |
commit | 6bead98ab0227c1de315a0aa522c49417dddf7a2 (patch) | |
tree | 48f17cd7d261dcf110f7590a1053b00756971fa3 | |
parent | 8df178a888ecd12311075bbc4c642ef8cdbcdf71 (diff) | |
download | upstream-6bead98ab0227c1de315a0aa522c49417dddf7a2.tar.gz upstream-6bead98ab0227c1de315a0aa522c49417dddf7a2.tar.bz2 upstream-6bead98ab0227c1de315a0aa522c49417dddf7a2.zip |
[lantiq] fix buttons on vr9 eval kit
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36029 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e32ad53d37..861978f5b9 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"; |