From 7659f9ad9e5d6ffea93bd73989535346f0b14131 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 5 Oct 2016 08:16:08 +0200 Subject: lantiq: fix usb leds/trigger Add USB led aliases to boards having an led which is meant to be used as USB led according to the manuals. Remove the kmod-ledtrig-usbdev from the default package selection for boards not having an USB led. Add the kmod-ledtrig-usbdev to boards where it is missing. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/ARV7510PW22.dts | 3 ++- target/linux/lantiq/dts/ARV752DPW.dts | 3 ++- target/linux/lantiq/dts/ARV752DPW22.dts | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/ARV7510PW22.dts b/target/linux/lantiq/dts/ARV7510PW22.dts index ac974091dd..90a55fe448 100644 --- a/target/linux/lantiq/dts/ARV7510PW22.dts +++ b/target/linux/lantiq/dts/ARV7510PW22.dts @@ -15,6 +15,7 @@ led-running = &power; led-internet = &internet; + led-usb = &umts; led-wifi = &wlan; }; @@ -178,7 +179,7 @@ label = "wlan"; gpios = <&gpio 10 1>; }; - 3g { + umts: 3g { label = "3g"; gpios = <&gpio 15 1>; }; diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index e37c795197..913f831832 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -15,6 +15,7 @@ led-running = &power_red; led-internet = &internet_red; + led-usb = &umts; led-wifi = &wifi; }; @@ -201,7 +202,7 @@ label = "arv752dpw:red:voice"; gpios = <&gpio 8 1>; }; - microphone { + umts: umts { label = "arv752dpw:red:umts"; gpios = <&gpiomm 3 1>; }; diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts index db4a639b41..2ec634f61b 100644 --- a/target/linux/lantiq/dts/ARV752DPW22.dts +++ b/target/linux/lantiq/dts/ARV752DPW22.dts @@ -15,6 +15,7 @@ led-running = &power_red; led-internet = &internet_red; + led-usb = &umts; led-wifi = &wifi; }; @@ -205,7 +206,7 @@ label = "arv752dpw22:red:voice"; gpios = <&gpio 8 1>; }; - microphone { + umts: umts { label = "arv752dpw22:red:umts"; gpios = <&gpiomm 3 1>; }; -- cgit v1.2.3