From 8efc0684d8795f03ce6c136fb3c0b2a0cf6fe4c2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Mar 2015 10:59:36 +0000 Subject: [PATCH] ralink: add FireWRT power button Signed-off-by: Jay Weng SVN-Revision: 45019 --- target/linux/ramips/dts/FIREWRT.dts | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.30.2