aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorSander Vanheule <sander@svanheule.net>2022-06-18 15:43:33 +0200
committerSander Vanheule <sander@svanheule.net>2022-06-18 19:30:44 +0200
commit7154a1dc7b9f1b01f30ef0281e65c952c89d375b (patch)
treedddc03d03674e35e2a771cb95cfb8e5716e7e5b5 /target/linux/ath79
parent9a329668af0598c6e55834e61574c5087c577dcf (diff)
downloadupstream-7154a1dc7b9f1b01f30ef0281e65c952c89d375b.tar.gz
upstream-7154a1dc7b9f1b01f30ef0281e65c952c89d375b.tar.bz2
upstream-7154a1dc7b9f1b01f30ef0281e65c952c89d375b.zip
ath79: TP-Link EAP225 v3: use pre-calibration nvmem-cell
ath10k Wave-2 hardware requires an nvmem-cell called "pre-calibration" to load the device specific caldata, not "calibration". Rename the nvmem cell node and label to match the updated cell name. Fixes: eca0d7301198 ("ath79: TP-Link EAP225 v3: convert ath10k to nvmem-cells") Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/dts/qca9563_tplink_eap225-v3.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_eap225-v3.dts b/target/linux/ath79/dts/qca9563_tplink_eap225-v3.dts
index 8df6b813eb..290172b0cc 100644
--- a/target/linux/ath79/dts/qca9563_tplink_eap225-v3.dts
+++ b/target/linux/ath79/dts/qca9563_tplink_eap225-v3.dts
@@ -30,7 +30,7 @@
};
&art {
- calibration_ath10k: calibration@5000 {
+ precalibration_ath10k: pre-calibration@5000 {
reg = <0x5000 0x2f20>;
};
};
@@ -54,7 +54,7 @@
mac-address-increment = <1>;
- nvmem-cells = <&macaddr_info_8>, <&calibration_ath10k>;
- nvmem-cell-names = "mac-address", "calibration";
+ nvmem-cells = <&macaddr_info_8>, <&precalibration_ath10k>;
+ nvmem-cell-names = "mac-address", "pre-calibration";
};
};