diff options
author | John Crispin <john@openwrt.org> | 2015-03-26 10:59:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-26 10:59:36 +0000 |
commit | 024e0c1835e143226c8ff4a393542d22a6955ae2 (patch) | |
tree | b005eb27ce80921d87d190f99aba20d3afbd6d55 /target/linux/ramips/dts | |
parent | 10aa09b7315e1460b4a712ef1c29e735b7f64824 (diff) | |
download | upstream-024e0c1835e143226c8ff4a393542d22a6955ae2.tar.gz upstream-024e0c1835e143226c8ff4a393542d22a6955ae2.tar.bz2 upstream-024e0c1835e143226c8ff4a393542d22a6955ae2.zip |
ralink: add FireWRT power button
Signed-off-by: Jay Weng <fl.service@t-firefly.com>
SVN-Revision: 45019
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/FIREWRT.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 54f0e55852..2b018e69f7 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -103,6 +103,11 @@ gpios = <&gpio0 18 1>; linux,code = <0x211>; }; + power { + label = "power"; + gpios = <&gpio0 23 1>; + linux,code = <116>; + }; }; pinctrl { |