diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-01 21:19:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-01 21:19:12 +0000 |
commit | eebd3e46f491ee6beb613d04162884bb63cd5eeb (patch) | |
tree | bf5fddcacaa7b810ed6765035d4d16ef5cd0779b /target | |
parent | 4352e43bb56ebeb33cca5dd9ad123c538ee2ad2d (diff) | |
download | master-187ad058-eebd3e46f491ee6beb613d04162884bb63cd5eeb.tar.gz master-187ad058-eebd3e46f491ee6beb613d04162884bb63cd5eeb.tar.bz2 master-187ad058-eebd3e46f491ee6beb613d04162884bb63cd5eeb.zip |
lantiq: TDW8980 - use devicename:colour:function led naming scheme
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48044 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>; }; }; |