[source] lantiq: fix DGN1000B boot status leds

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 24 01:04:36 PST 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/9aa420b00e816ba7fc98049aa4961e392ab65d3a

commit 9aa420b00e816ba7fc98049aa4961e392ab65d3a
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Dec 15 09:45:54 2016 +0100

    lantiq: fix DGN1000B boot status leds
    
    The alias node should not be a child of the chosen node.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/dts/DGN1000B.dts | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts
index 9484872..5999bdc 100644
--- a/target/linux/lantiq/dts/DGN1000B.dts
+++ b/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 at 0 {



More information about the lede-commits mailing list