ramips: fix RT-N13U gpio buttons
authorJohn Crispin <john@openwrt.org>
Thu, 4 Jul 2013 13:31:23 +0000 (13:31 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 4 Jul 2013 13:31:23 +0000 (13:31 +0000)
https://dev.openwrt.org/ticket/13795

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37163

target/linux/ramips/dts/RT-N13U.dts

index 162a5c85d92f5990dcf5c87e9a455c77afa952be..2e1a62cdc2e17e094ca5ceaad4300fb52b562844 100644 (file)
                poll-interval = <10>;
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&gpio0 4 1>;
                        linux,code = <0x198>;
                };
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 10 1>;
                        linux,code = <0x211>;
                };
+               rfkill {
+                       label = "rfkill";
+                       gpios = <&gpio0 0 1>;
+                       linux,code = <0xf7>;
+               };
        };
 
        ethernet@10100000 {