summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9531_comfast_cf-e314n-v2.dts
diff options
context:
space:
mode:
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";
};