[PATCH] Revert "ipq40xx: document pcie wifi chip on the GL.Inet GL-B2200"
Enrico Mioso
mrkiko.rs at gmail.com
Sat Apr 16 17:42:48 PDT 2022
This reverts commit 80d34d9d593865248bf5a23794e9163895140de7.
This brings back the PCI Wi-Fi interface on the GL-B2200.
CC: Christian Lamparter <chunkeey at gmail.com>
Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
---
.../files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts
index 9d7259c354..754af7c820 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts
@@ -219,7 +219,7 @@
reg = <0x5000 0x2f20>;
};
- precal_art_9000: precal at 9000 {
+ cal_art_9000: cal at 9000 {
reg = <0x9000 0x2f20>;
};
};
@@ -361,11 +361,11 @@
wifi2: wifi at 1,0 {
status = "okay";
- /* Bootlog shows this is a 168c:0056 - QCA 9888v2 */
compatible = "qcom,ath10k";
reg = <0x00010000 0 0 0 0>;
- nvmem-cell-names = "pre-calibration";
- nvmem-cells = <&precal_art_9000>;
+ /* vendor said 9886 wave-2? Is this correct? */
+ nvmem-cell-names = "calibration";
+ nvmem-cells = <&cal_art_9000>;
qcom,ath10k-calibration-variant = "GL-B2200";
ieee80211-freq-limit = <5450000 5900000>;
};
--
2.35.3
More information about the openwrt-devel
mailing list