Skip to content

Commit

Permalink
ath79: TP-Link EAP225-Wall v2: 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". Rename the nvmem
cell node and label to match the updated cell name.

Fixes: 48625a0 ("ath79: TP-Link EAP225-Wall v1: convert radios to nvmem-cells")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
  • Loading branch information
svanheule committed Jun 18, 2022
1 parent 0cb851c commit 9a32966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts
Expand Up @@ -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";
};
};

Expand Down Expand Up @@ -140,7 +140,7 @@
reg = <0x1000 0x440>;
};

calibration_ath10k: calibration@5000 {
precalibration_ath10k: pre-calibration@5000 {
reg = <0x5000 0x2f20>;
};
};
Expand Down

0 comments on commit 9a32966

Please sign in to comment.