diff mbox

[OpenWrt-Devel] lantiq: TDW8980 - use devicename:colour:function led naming scheme

Message ID 1451345150-3086-1-git-send-email-openwrt@kresin.me
State Accepted
Headers show

Commit Message

Mathias Kresin Dec. 28, 2015, 11:25 p.m. UTC
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
---
 target/linux/lantiq/dts/TDW8980.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts
index 0bcca6e..8a07a5c 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>;
 		};
 	};