diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-15 09:45:54 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-24 10:03:38 +0100 |
commit | 9aa420b00e816ba7fc98049aa4961e392ab65d3a (patch) | |
tree | 53d9acfc8fb1b267ce0610013a90d4a0ee0e3b5a /target | |
parent | 0cf581ca3a2a692938003a7038d93f2e24d9125a (diff) | |
download | upstream-9aa420b00e816ba7fc98049aa4961e392ab65d3a.tar.gz upstream-9aa420b00e816ba7fc98049aa4961e392ab65d3a.tar.bz2 upstream-9aa420b00e816ba7fc98049aa4961e392ab65d3a.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/DGN1000B.dts | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/DGN1000B.dts b/target/linux/lantiq/dts/DGN1000B.dts index 9484872448..5999bdc310 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 { |