summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2024-02-16 21:17:20 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2024-06-09 12:24:15 +0200
commit74f2df9dbccd9840edb25d55ad70d58e3ed8303c (patch)
tree0fa7e2ec216688ac4db4fb5e8f3f63a1f860af7c /target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
parent79fc4dba6014cf653bf43099e6742028b222f6f5 (diff)
downloadopenwrt-74f2df9dbccd9840edb25d55ad70d58e3ed8303c.tar.gz
openwrt-74f2df9dbccd9840edb25d55ad70d58e3ed8303c.tar.bz2
openwrt-74f2df9dbccd9840edb25d55ad70d58e3ed8303c.zip
ath79: mtd-cal-data removals
Replacement can be done with nvmem. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts')
-rw-r--r--target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts10
1 files changed, 8 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts b/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
index 9a616921e5..5af98bf46b 100644
--- a/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
+++ b/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
@@ -108,7 +108,7 @@
read-only;
};
- art: partition@10000 {
+ partition@10000 {
label = "art";
reg = <0x010000 0x010000>;
read-only;
@@ -125,6 +125,10 @@
macaddr_art_6: macaddr@6 {
reg = <0x6 0x6>;
};
+
+ cal_art_1000: calibration@1000 {
+ reg = <0x1000 0x440>;
+ };
};
};
@@ -165,5 +169,7 @@
&wmac {
status = "okay";
- mtd-cal-data = <&art 0x1000>;
+
+ nvmem-cells = <&cal_art_1000>;
+ nvmem-cell-names = "calibration";
};