aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.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-ipq4019-a62.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-ipq4019-a62.dts')
-rw-r--r--target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.dts
index 25bbd6b332..4c14f41b34 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-a62.dts
@@ -108,18 +108,18 @@
compatible = "gpio-leds";
red {
- label = "a62:red:status";
+ label = "red:status";
gpios = <&tlmm 43 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "default-off";
};
power: green {
- label = "a62:green:status";
+ label = "green:status";
gpios = <&tlmm 45 GPIO_ACTIVE_HIGH>;
};
blue {
- label = "a62:blue:status";
+ label = "blue:status";
gpios = <&tlmm 46 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "default-off";
};