summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9531_joyit_jt-or750i.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_joyit_jt-or750i.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_joyit_jt-or750i.dts')
-rw-r--r--target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
index d4e35c84b3..b9d991217b 100644
--- a/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
+++ b/target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts
@@ -111,6 +111,10 @@
reg = <0x6 0x6>;
};
+ cal_art_1000: calibration@1000 {
+ reg = <0x1000 0x440>;
+ };
+
cal_art_5000: calibration@5000 {
reg = <0x5000 0x844>;
};
@@ -148,5 +152,6 @@
&wmac {
status = "okay";
- mtd-cal-data = <&art 0x1000>;
+ nvmem-cells = <&cal_art_1000>;
+ nvmem-cell-names = "calibration";
};