From: Mathias Kresin Date: Thu, 15 Dec 2016 08:45:54 +0000 (+0100) Subject: lantiq: fix DGN1000B boot status leds X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fblogic.git;a=commitdiff_plain;h=9aa420b00e816ba7fc98049aa4961e392ab65d3a lantiq: fix DGN1000B boot status leds The alias node should not be a child of the chosen node. Signed-off-by: Mathias Kresin --- 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 {