ath79: TP-Link EAP245 v3: use pre-calibration nvmem-cell
authorSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 07:04:54 +0000 (09:04 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 07:36:21 +0000 (09:36 +0200)
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>
target/linux/ath79/dts/qca9563_tplink_eap245-v3.dts

index 6819d2d822cfd8c542a58dc59da5ce35164c1e03..ab5bc7b1a94d34720a6311420a9c0dddb4f1ea17 100644 (file)
@@ -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";
        };
 };