diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-26 10:59:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-26 10:59:36 +0000 |
commit | 5422bf412d31210dd90402f96cad3cd22be6af14 (patch) | |
tree | 53c03f9ed9f12f31e7c40900612252e9093a5a5e /target/linux/ramips | |
parent | 7e260b50f60efca9d97ba1283c5b5bafe2c8860a (diff) | |
download | upstream-5422bf412d31210dd90402f96cad3cd22be6af14.tar.gz upstream-5422bf412d31210dd90402f96cad3cd22be6af14.tar.bz2 upstream-5422bf412d31210dd90402f96cad3cd22be6af14.zip |
ralink: add FireWRT power button
Signed-off-by: Jay Weng <fl.service@t-firefly.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45019 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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 { |