aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-06-05 15:17:01 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-06-10 11:25:41 +0200
commit3d153323ab4f6336a8fab771e6eefe9f61ecbfac (patch)
treebf4f807b6e1bf04c915f02b59fe94bf774474b22 /target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts
parentc4fdd4979b7803cd018b7206f1ec53f57cc2d854 (diff)
downloadupstream-3d153323ab4f6336a8fab771e6eefe9f61ecbfac.tar.gz
upstream-3d153323ab4f6336a8fab771e6eefe9f61ecbfac.tar.bz2
upstream-3d153323ab4f6336a8fab771e6eefe9f61ecbfac.zip
ath79: Consistently label info partition
The info/product-info partition, which frequently contains MAC adresses, is typically assigned the 'info' alias in DTS, but then labelled with 'info', 'product-info' or 'config'. This leads to different aliases if used for setting MAC adresses in DTS compared to when using e.g. mtd_get_mac_binary. Occationally, also multiple switch-case entries are used just because of different labelling. This patch relabels those partitions in ath79 to consistently use 'info'. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts b/target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts
index d983498b6a..9702da4a34 100644
--- a/target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_tl-wr1043n-v5.dts
@@ -41,7 +41,7 @@
};
info: partition@f00000 {
- label = "product-info";
+ label = "info";
reg = <0xf00000 0x020000>;
read-only;
};