lantiq: fix DGN1000B boot status leds

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

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2016-12-15 09:45:54 +01:00
parent 0cf581ca3a
commit 9aa420b00e

View File

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