projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf581c
)
lantiq: fix DGN1000B boot status leds
author
Mathias Kresin
<dev@kresin.me>
Thu, 15 Dec 2016 08:45:54 +0000
(09:45 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Sat, 24 Dec 2016 09:03:38 +0000
(10:03 +0100)
The alias node should not be a child of the chosen node.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/dts/DGN1000B.dts
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/DGN1000B.dts
b/target/linux/lantiq/dts/DGN1000B.dts
index 948487244824597791b11675b2fef60cde01cd4d..5999bdc310d972cf5a33efa9a8c7e201a1f81348 100644
(file)
--- 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 {