|
|
@@ -219,7 +219,7 @@
|
|
|
reg = <0x5000 0x2f20>;
|
|
|
};
|
|
|
|
|
|
- cal_art_9000: cal@9000 {
|
|
|
+ precal_art_9000: precal@9000 {
|
|
|
reg = <0x9000 0x2f20>;
|
|
|
};
|
|
|
};
|
|
|
@@ -361,11 +361,11 @@
|
|
|
|
|
|
wifi2: wifi@1,0 {
|
|
|
status = "okay";
|
|
|
+ /* Bootlog shows this is a 168c:0056 - QCA 9888v2 */
|
|
|
compatible = "qcom,ath10k";
|
|
|
reg = <0x00010000 0 0 0 0>;
|
|
|
- /* vendor said 9886 wave-2? Is this correct? */
|
|
|
- nvmem-cell-names = "calibration";
|
|
|
- nvmem-cells = <&cal_art_9000>;
|
|
|
+ nvmem-cell-names = "pre-calibration";
|
|
|
+ nvmem-cells = <&precal_art_9000>;
|
|
|
qcom,ath10k-calibration-variant = "GL-B2200";
|
|
|
ieee80211-freq-limit = <5450000 5900000>;
|
|
|
};
|