diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-06-18 15:38:37 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-18 19:30:44 +0200 |
commit | 9a329668af0598c6e55834e61574c5087c577dcf (patch) | |
tree | 9011ef2c472bf11638bd8334bfaa6eaaad789001 /target/linux | |
parent | 0cb851cad13a231761024d7a08e0798bd0aa08e9 (diff) | |
download | upstream-9a329668af0598c6e55834e61574c5087c577dcf.tar.gz upstream-9a329668af0598c6e55834e61574c5087c577dcf.tar.bz2 upstream-9a329668af0598c6e55834e61574c5087c577dcf.zip |
ath79: TP-Link EAP225-Wall v2: use pre-calibration nvmem-cell
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts b/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts index 30c9441f12..439549d142 100644 --- a/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts +++ b/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts @@ -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"; }; }; @@ -140,7 +140,7 @@ reg = <0x1000 0x440>; }; - calibration_ath10k: calibration@5000 { + precalibration_ath10k: pre-calibration@5000 { reg = <0x5000 0x2f20>; }; }; |