From e07c80dfc881daed67c495d99885cc045f70d89a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 4 Oct 2016 20:34:03 +0200 Subject: lantiq: use aliases device tree node for leds The chosen node is clearly the wrong place for aliases. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/FRITZ7320.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'target/linux/lantiq/dts/FRITZ7320.dts') diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index acb88b60a0..643546c4b3 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -7,16 +7,16 @@ chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + }; - leds { - boot = &power; - failsafe = &power; - running = &power; + aliases { + led-boot = &power; + led-failsafe = &power; + led-running = &power; - internet = &info_green; - dsl = &power; - wifi = &wlan; - }; + led-internet = &info_green; + led-dsl = &power; + led-wifi = &wlan; }; memory@0 { -- cgit v1.2.3