summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/dts/ARV452CQW.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/ARV452CQW.dts
parent8b639410d188a979783cc57f9a4fedbcd362bf10 (diff)
downloadmtk-20170518-e07c80dfc881daed67c495d99885cc045f70d89a.zip
mtk-20170518-e07c80dfc881daed67c495d99885cc045f70d89a.tar.gz
mtk-20170518-e07c80dfc881daed67c495d99885cc045f70d89a.tar.bz2
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/ARV452CQW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV452CQW.dts18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts
index 152b7af..b891042 100644
--- a/target/linux/lantiq/dts/ARV452CQW.dts
+++ b/target/linux/lantiq/dts/ARV452CQW.dts
@@ -7,16 +7,16 @@
chosen {
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+ };
- leds {
- boot = &power_blue;
- failsafe = &power_red;
- running = &power_blue;
+ aliases {
+ led-boot = &power_blue;
+ led-failsafe = &power_red;
+ led-running = &power_blue;
- internet = &dsl_blue;
- usb = &usb;
- wifi = &wifi;
- };
+ led-internet = &dsl_blue;
+ led-usb = &usb;
+ led-wifi = &wifi;
};
memory@0 {
@@ -113,7 +113,7 @@
lantiq,pull = <0>;
lantiq,output = <1>;
};
- leds {
+ aliases {
lantiq,pins = "io3", "io5", "io6", "io7", "io9";
lantiq,output = <1>;
};