From 9aa420b00e816ba7fc98049aa4961e392ab65d3a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 15 Dec 2016 09:45:54 +0100 Subject: [PATCH] lantiq: fix DGN1000B boot status leds The alias node should not be a child of the chosen node. Signed-off-by: Mathias Kresin --- 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 948487244824..5999bdc310d9 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@0 { -- 2.30.2