Skip to content
Snippets Groups Projects
Commit 043f462b authored by John Crispin's avatar John Crispin
Browse files

ralink: add FireWRT button detail


Signed-off-by: default avatarwengbj <fl.service@t-firefly.com>

SVN-Revision: 44242
parent d725678a
No related branches found
No related tags found
No related merge requests found
...@@ -92,4 +92,16 @@ ...@@ -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>;
};
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment