aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-11-22 14:42:47 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-11-27 22:54:36 +0100
commitc08ddfce3f8f4cffefd6ff83dcfdd6782dac31d3 (patch)
tree5cd13eae63e0ba6949a9e9d3b8937d6d304f3ae6 /target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
parent2fedf023e49212c3528d227ab18745b758a2ab23 (diff)
downloadupstream-c08ddfce3f8f4cffefd6ff83dcfdd6782dac31d3.tar.gz
upstream-c08ddfce3f8f4cffefd6ff83dcfdd6782dac31d3.tar.bz2
upstream-c08ddfce3f8f4cffefd6ff83dcfdd6782dac31d3.zip
ath79: rename EEPROM to art
This renames all remaining occurrences of "EEPROM" to "art" to further harmonize the partition labelling in ath79. This will help to reduce the amount of user-space code and might be beneficial when code is copy/pasted in the future. Affected are only devices from Ubiquiti, where the XM board is already using "art" in ath79. Acked-by: Piotr Dymacz <pepe2k@gmail.com> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi')
-rw-r--r--target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
index bb20caba47..bfad3ff306 100644
--- a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
+++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
@@ -104,8 +104,8 @@
read-only;
};
- eeprom: partition@ff0000 {
- label = "EEPROM";
+ art: partition@ff0000 {
+ label = "art";
reg = <0xff0000 0x010000>;
read-only;
};
@@ -116,5 +116,5 @@
&wmac {
status = "okay";
- mtd-cal-data = <&eeprom 0x1000>;
+ mtd-cal-data = <&art 0x1000>;
};