ath79: TP-Link EAP225-Wall v2: use pre-calibration nvmem-cell
authorSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 13:38:37 +0000 (15:38 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 17:30:44 +0000 (19:30 +0200)
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: 48625a04453b ("ath79: TP-Link EAP225-Wall v1: convert radios to nvmem-cells")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts

index 30c9441f1279161804aad43404c13e6572e5f95a..439549d14254d35b8a904a1fc29b4397ca12749e 100644 (file)
@@ -65,8 +65,8 @@
 
                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";
        };
 };
 
                                        reg = <0x1000 0x440>;
                                };
 
-                               calibration_ath10k: calibration@5000 {
+                               precalibration_ath10k: pre-calibration@5000 {
                                        reg = <0x5000 0x2f20>;
                                };
                        };