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/P2812HNUF1.dts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'target/linux/lantiq/dts/P2812HNUF1.dts') diff --git a/target/linux/lantiq/dts/P2812HNUF1.dts b/target/linux/lantiq/dts/P2812HNUF1.dts index 10bc4b1c05..87b2f8a6a6 100644 --- a/target/linux/lantiq/dts/P2812HNUF1.dts +++ b/target/linux/lantiq/dts/P2812HNUF1.dts @@ -5,11 +5,9 @@ / { model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; - chosen { - leds { - usb = &usb1; - usb2 = &usb2; - }; + aliases { + led-usb = &usb1; + led-usb2 = &usb2; }; fpi@10000000 { -- cgit v1.2.3