diff options
author | John Crispin <john@openwrt.org> | 2016-01-01 21:19:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-01 21:19:12 +0000 |
commit | 28a700de9be6576e3bbcf6fcfd8dd4bed65b5c32 (patch) | |
tree | 98b4b5eadb147d3f7d8abeb2bc2bb8e6b09d0ace /target | |
parent | c584aed6b1441bb9261d6710aa64e4ccbaf9c39c (diff) | |
download | upstream-28a700de9be6576e3bbcf6fcfd8dd4bed65b5c32.tar.gz upstream-28a700de9be6576e3bbcf6fcfd8dd4bed65b5c32.tar.bz2 upstream-28a700de9be6576e3bbcf6fcfd8dd4bed65b5c32.zip |
lantiq: TDW8980 - use devicename:colour:function led naming scheme
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 48044
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/TDW8980.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts index 0bcca6e05e..8a07a5c592 100644 --- a/target/linux/lantiq/dts/TDW8980.dts +++ b/target/linux/lantiq/dts/TDW8980.dts @@ -31,7 +31,7 @@ gpio-leds { wifi2 { - label = "soc:green:wlan5ghz"; + label = "tdw8980:green:wlan5ghz"; gpios = <&gpio 24 1>; }; }; |