Browse Source

lantiq: fix DGN1000B boot status leds

The alias node should not be a child of the chosen node.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 9 years ago
parent
commit
9aa420b00e
1 changed files with 7 additions and 9 deletions
  1. 7 9
      target/linux/lantiq/dts/DGN1000B.dts

+ 7 - 9
target/linux/lantiq/dts/DGN1000B.dts

@@ -7,15 +7,13 @@
 / {
 	model = "DGN1000B - Netgear DGN1000B";
 
-	chosen {
-		aliases {
-			led-boot = &power;
-			led-failsafe = &power;
-			led-running = &power;
-
-			led-dsl = &dsl;
-			led-internet = &online_green;
-		};
+	aliases {
+		led-boot = &power;
+		led-failsafe = &power;
+		led-running = &power;
+
+		led-dsl = &dsl;
+		led-internet = &online_green;
 	};
 
 	memory@0 {