From: John Crispin <john@openwrt.org>
Date: Mon, 2 Feb 2015 09:02:10 +0000 (+0000)
Subject: ralink: add FireWRT led detail
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d725678a434b10ae662f78639a5b1b60e1707861;p=openwrt%2Fsvn-archive%2Fopenwrt.git

ralink: add FireWRT led detail

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

SVN-Revision: 44241
---

diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 4e9e28bc9f..faebe2fbe6 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -83,4 +83,13 @@
 		mtd-mac-address = <&factory 0xe000>;
 	};
 
+	gpio-leds {
+		compatible = "gpio-leds";
+
+		power {
+			label = "firewrt:green:power";
+			gpios = <&gpio0 22 1>;
+		};
+	};
+
 };