diff options
author | Mathias Kresin <dev@kresin.me> | 2016-10-04 20:34:03 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-10-05 19:23:23 +0200 |
commit | e07c80dfc881daed67c495d99885cc045f70d89a (patch) | |
tree | 2da8a52c1aa361717b20657c1ed80a4e0ff579ca /target/linux/lantiq/dts/P2812HNUF1.dts | |
parent | 8b639410d188a979783cc57f9a4fedbcd362bf10 (diff) | |
download | upstream-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/P2812HNUF1.dts')
-rw-r--r-- | target/linux/lantiq/dts/P2812HNUF1.dts | 8 |
1 files changed, 3 insertions, 5 deletions
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 { |