Skip to content

Commit

Permalink
ath79: TP-Link EAP245 v3: use pre-calibration nvmem-cell
Browse files Browse the repository at this point in the history
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: d4b3b23 ("ath79: TP-Link EAP245 v3: convert radios to nvmem-cells")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
  • Loading branch information
svanheule committed Jun 18, 2022
1 parent c492774 commit 2d33216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts
Expand Up @@ -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";
};
};

Expand Down

0 comments on commit 2d33216

Please sign in to comment.