aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV752DPW.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-10-05 08:16:08 +0200
committerMathias Kresin <dev@kresin.me>2016-10-05 19:23:23 +0200
commit7659f9ad9e5d6ffea93bd73989535346f0b14131 (patch)
tree909a7d60bf7affbba11aa8d9e3d22b6bbbb8d38f /target/linux/lantiq/dts/ARV752DPW.dts
parente07c80dfc881daed67c495d99885cc045f70d89a (diff)
downloadupstream-7659f9ad9e5d6ffea93bd73989535346f0b14131.tar.gz
upstream-7659f9ad9e5d6ffea93bd73989535346f0b14131.tar.bz2
upstream-7659f9ad9e5d6ffea93bd73989535346f0b14131.zip
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/ARV752DPW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV752DPW.dts3
1 files changed, 2 insertions, 1 deletions
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>;
};