Browse Source

brcm63xx: Livebox 1: fix led naming

Fix the DTS file for the Livebox 1 routers:
- leds are totally wrong, fix them.

Signed-off-by: Daniel Gonzalez Cabanelas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Daniel Gonzalez Cabanelas 9 năm trước cách đây
mục cha
commit
768595c9f1
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      target/linux/brcm63xx/dts/livebox-blue-5g.dts

+ 5 - 5
target/linux/brcm63xx/dts/livebox-blue-5g.dts

@@ -37,28 +37,28 @@
 		compatible = "gpio-leds";
 
 		red_adsl_fail {
-			label = "Livebox-blue-5g:red:adsl-fail";
+			label = "Livebox1:red:adsl-fail-power";
 			gpios = <&gpio0 0 0>;
 			default-state = "on";
 		};
 
 		red_adsl {
-			label = "Livebox-blue-5g:red:adsl-fail";
+			label = "Livebox1:red:adsl";
 			gpios = <&gpio0 1 0>;
 		};
 
 		red_traffic {
-			label = "Livebox-blue-5g:red:adsl-fail";
+			label = "Livebox1:red:traffic";
 			gpios = <&gpio0 2 0>;
 		};
 
 		red_phone {
-			label = "Livebox-blue-5g:red:adsl-fail";
+			label = "Livebox1:red:phone";
 			gpios = <&gpio0 3 0>;
 		};
 
 		red_wifi {
-			label = "Livebox-blue-5g:red:adsl-fail";
+			label = "Livebox1:red:wifi";
 			gpios = <&gpio0 4 0>;
 		};
 	};