aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-01 21:15:47 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-10-07 01:31:37 +0200
commitad90a42e48756e2de27a1ebad942fd18e9411713 (patch)
treefcdc47665d91d99ed75610b1bc41a6338446f20e /target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts
parent582ba9ddc789629a53969e5c66e19dfa183f2696 (diff)
downloadupstream-ad90a42e48756e2de27a1ebad942fd18e9411713.tar.gz
upstream-ad90a42e48756e2de27a1ebad942fd18e9411713.tar.bz2
upstream-ad90a42e48756e2de27a1ebad942fd18e9411713.zip
ipq40xx: remove model name from LED labels
Like in the previous patches for ath79 and ramips, this will remove the "devicename" from LED labels in ipq40xx. The devicename is removed in DTS files and 01_leds, and a migration script is added. While at it, also harmonize capitalization of wlan2G/wlan5G vs. wlan2g/wlan5g. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts')
-rw-r--r--target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts
index e21c40cae0..28d27d9959 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts
@@ -30,24 +30,24 @@
compatible = "gpio-leds";
status: status {
- label = "ap120c-ac:blue:status";
+ label = "blue:status";
gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
default-state = "keep";
};
wan {
- label = "ap120c-ac:amber:wan";
+ label = "amber:wan";
gpios = <&qca8075 19 GPIO_ACTIVE_HIGH>;
};
wlan2g {
- label = "ap120c-ac:green:wlan2g";
+ label = "green:wlan2g";
gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy0tpt";
};
wlan5g {
- label = "ap120c-ac:red:wlan5g";
+ label = "red:wlan5g";
gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy1tpt";
};