aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV4510PW.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-10-04 20:34:03 +0200
committerMathias Kresin <dev@kresin.me>2016-10-05 19:23:23 +0200
commite07c80dfc881daed67c495d99885cc045f70d89a (patch)
tree2da8a52c1aa361717b20657c1ed80a4e0ff579ca /target/linux/lantiq/dts/ARV4510PW.dts
parent8b639410d188a979783cc57f9a4fedbcd362bf10 (diff)
downloadupstream-e07c80dfc881daed67c495d99885cc045f70d89a.tar.gz
upstream-e07c80dfc881daed67c495d99885cc045f70d89a.tar.bz2
upstream-e07c80dfc881daed67c495d99885cc045f70d89a.zip
lantiq: use aliases device tree node for leds
The chosen node is clearly the wrong place for aliases. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/ARV4510PW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV4510PW.dts20
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/lantiq/dts/ARV4510PW.dts b/target/linux/lantiq/dts/ARV4510PW.dts
index bbfec2f7f9..dca7a35794 100644
--- a/target/linux/lantiq/dts/ARV4510PW.dts
+++ b/target/linux/lantiq/dts/ARV4510PW.dts
@@ -7,18 +7,18 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+ };
- leds {
- boot = &power;
- failsafe = &power2;
- running = &power;
+ aliases {
+ led-boot = &power;
+ led-failsafe = &power2;
+ led-running = &power;
- dsl = &adsl;
- internet = &internet;
- usb = &usb;
- usb2 = &usb2;
- wifi = &wifi;
- };
+ led-dsl = &adsl;
+ led-internet = &internet;
+ led-usb = &usb;
+ led-usb2 = &usb2;
+ led-wifi = &wifi;
};
memory@0 {