aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/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
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')
-rw-r--r--target/linux/lantiq/dts/ARV7510PW22.dts3
-rw-r--r--target/linux/lantiq/dts/ARV752DPW.dts3
-rw-r--r--target/linux/lantiq/dts/ARV752DPW22.dts3
3 files changed, 6 insertions, 3 deletions
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>;
};