Author: blogic Date: 2015-02-02 10:02:10 +0100 (Mon, 02 Feb 2015) New Revision: 44241
Modified: trunk/target/linux/ramips/dts/FIREWRT.dts Log: ralink: add FireWRT led detail Signed-off-by: wengbj <[email protected]> Modified: trunk/target/linux/ramips/dts/FIREWRT.dts =================================================================== --- trunk/target/linux/ramips/dts/FIREWRT.dts 2015-02-02 09:02:02 UTC (rev 44240) +++ trunk/target/linux/ramips/dts/FIREWRT.dts 2015-02-02 09:02:10 UTC (rev 44241) @@ -83,4 +83,13 @@ mtd-mac-address = <&factory 0xe000>; }; + gpio-leds { + compatible = "gpio-leds"; + + power { + label = "firewrt:green:power"; + gpios = <&gpio0 22 1>; + }; + }; + }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
