summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts')
-rw-r--r--target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts11
1 files changed, 7 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts b/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts
index 05873f173d..2277646500 100644
--- a/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts
+++ b/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts
@@ -87,7 +87,7 @@
read-only;
};
- art: partition@10000 {
+ partition@10000 {
label = "art";
reg = <0x010000 0x010000>;
read-only;
@@ -102,6 +102,10 @@
reg = <0x0 0x6>;
#nvmem-cell-cells = <1>;
};
+
+ cal_art_1000: calibration@1000 {
+ reg = <0x1000 0x440>;
+ };
};
};
@@ -137,7 +141,6 @@
&wmac {
status = "okay";
- mtd-cal-data = <&art 0x1000>;
- nvmem-cells = <&macaddr_art_0 3>;
- nvmem-cell-names = "mac-address";
+ nvmem-cells = <&macaddr_art_0 3>, <&cal_art_1000>;
+ nvmem-cell-names = "mac-address", "calibration";
};