From 8c5fc68a73d31df6f5ff6bd56e6e6d5d51af58a9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Feb 2015 09:02:10 +0000 Subject: [PATCH] ralink: add FireWRT led detail Signed-off-by: wengbj SVN-Revision: 44241 --- target/linux/ramips/dts/FIREWRT.dts | 9 +++++++++ 1 file changed, 9 insertions(+) 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>; + }; + }; + }; -- 2.30.2