summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts12
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts b/target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts
index 2e6f86b0b2..d00c4f7e98 100644
--- a/target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts
+++ b/target/linux/ath79/dts/qca9558_comfast_cf-wr650ac-v1.dts
@@ -35,7 +35,7 @@
read-only;
};
- art: partition@20000 {
+ partition@20000 {
label = "art";
reg = <0x020000 0x010000>;
read-only;
@@ -57,6 +57,10 @@
reg = <0x18 0x6>;
};
+ cal_art_1000: calibration@1000 {
+ reg = <0x1000 0x440>;
+ };
+
cal_art_5000: calibration@5000 {
reg = <0x5000 0x844>;
};
@@ -89,8 +93,6 @@
};
&wmac {
- mtd-cal-data = <&art 0x1000>;
-
- nvmem-cells = <&macaddr_art_18>;
- nvmem-cell-names = "mac-address";
+ nvmem-cells = <&macaddr_art_18>, <&cal_art_1000>;
+ nvmem-cell-names = "mac-address", "calibration";
};