diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-06-18 09:04:54 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-18 09:36:21 +0200 |
commit | 2d3321619b2b0a1eaabec3f47353e4e0aee3dc31 (patch) | |
tree | da605b84881a01a71b24e5c5fc952512fc5a954d | |
parent | c4927747d25af59db8233a66a59fdf9e8c0e395d (diff) | |
download | upstream-2d3321619b2b0a1eaabec3f47353e4e0aee3dc31.tar.gz upstream-2d3321619b2b0a1eaabec3f47353e4e0aee3dc31.tar.bz2 upstream-2d3321619b2b0a1eaabec3f47353e4e0aee3dc31.zip |
ath79: TP-Link EAP245 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".
Update the nvmem-cell name to make the 5GHz radio work again.
Fixes: d4b3b2394233 ("ath79: TP-Link EAP245 v3: convert radios to nvmem-cells")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts b/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts index 6819d2d822..ab5bc7b1a9 100644 --- a/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts +++ b/target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts @@ -54,7 +54,7 @@ mac-address-increment = <1>; nvmem-cells = <&macaddr_info_8>, <&calibration_ath10k>; - nvmem-cell-names = "mac-address", "calibration"; + nvmem-cell-names = "mac-address", "pre-calibration"; }; }; |