diff options
author | John Crispin <john@openwrt.org> | 2014-10-06 04:52:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-06 04:52:36 +0000 |
commit | d76b7e0221ea556545a046aea871a1f42af6c6a1 (patch) | |
tree | 61947847153f4896044129ddef12dafde9b7c69f /target/linux/ramips/dts/DIR-810L.dts | |
parent | 98114e7cddba97b214e92b395d210bbdd65a4f19 (diff) | |
download | upstream-d76b7e0221ea556545a046aea871a1f42af6c6a1.tar.gz upstream-d76b7e0221ea556545a046aea871a1f42af6c6a1.tar.bz2 upstream-d76b7e0221ea556545a046aea871a1f42af6c6a1.zip |
ramips: D-Link DIR-810L: make led naming consistent with other boards
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 42789
Diffstat (limited to 'target/linux/ramips/dts/DIR-810L.dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-810L.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/DIR-810L.dts b/target/linux/ramips/dts/DIR-810L.dts index 5dd8859916..dd0d39c562 100644 --- a/target/linux/ramips/dts/DIR-810L.dts +++ b/target/linux/ramips/dts/DIR-810L.dts @@ -117,15 +117,15 @@ gpio-leds { compatible = "gpio-leds"; power { - label = "dlink:power:green"; + label = "d-link:green:power"; gpios = <&gpio0 9 0>; }; - internet { - label = "dlink:internet:orange"; + wan { + label = "d-link:orange:wan"; gpios = <&gpio0 12 0>; }; status { - label = "dlink:power:orange"; + label = "d-link:orange:power"; gpios = <&gpio0 13 0>; }; }; |