Author: blogic Date: 2015-03-26 11:59:36 +0100 (Thu, 26 Mar 2015) New Revision: 45019
Modified: trunk/target/linux/ramips/dts/FIREWRT.dts Log: ralink: add FireWRT power button Signed-off-by: Jay Weng <[email protected]> Modified: trunk/target/linux/ramips/dts/FIREWRT.dts =================================================================== --- trunk/target/linux/ramips/dts/FIREWRT.dts 2015-03-26 10:59:31 UTC (rev 45018) +++ trunk/target/linux/ramips/dts/FIREWRT.dts 2015-03-26 10:59:36 UTC (rev 45019) @@ -103,6 +103,11 @@ gpios = <&gpio0 18 1>; linux,code = <0x211>; }; + power { + label = "power"; + gpios = <&gpio0 23 1>; + linux,code = <116>; + }; }; pinctrl { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
