diff options
author | John Crispin <john@openwrt.org> | 2013-11-11 12:19:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-11 12:19:26 +0000 |
commit | 5139b2d996fa4c45ce184f1a390cd905878ca9ba (patch) | |
tree | 11ca0c828855c2b5734c5262991a85ae2504c99e | |
parent | 871744f5dea5ac31e2006253d2ee90847f9bbd3a (diff) | |
download | upstream-5139b2d996fa4c45ce184f1a390cd905878ca9ba.tar.gz upstream-5139b2d996fa4c45ce184f1a390cd905878ca9ba.tar.bz2 upstream-5139b2d996fa4c45ce184f1a390cd905878ca9ba.zip |
lantiq: rename TDW8970 led adsl->dsl
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38730
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index 006df1c3a8..ab90d51067 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -219,8 +219,8 @@ gpio-leds { compatible = "gpio-leds"; - adsl { - label = "adsl"; + dsl { + label = "dsl"; gpios = <&gpio 4 0>; }; internet { |