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>
master
Mathias Kresin 8 years ago
parent 0cf581ca3a
commit 9aa420b00e
  1. 16
      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 {

Loading…
Cancel
Save