[openwrt/openwrt] ath79: remove 5GHz wifi bits from Sophos AP15
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 24 05:40:42 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b35bb0917502aa189be689b572548b038fdfd7c7
commit b35bb0917502aa189be689b572548b038fdfd7c7
Author: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
AuthorDate: Sun Aug 11 21:53:24 2024 +0200
ath79: remove 5GHz wifi bits from Sophos AP15
Sophos AP15 only uses the SoC's built-in wifi. There's no external PCIe
chipset.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/16187
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/dts/qca9558_sophos_ap15.dts | 15 ---------------
target/linux/ath79/image/generic.mk | 1 -
2 files changed, 16 deletions(-)
diff --git a/target/linux/ath79/dts/qca9558_sophos_ap15.dts b/target/linux/ath79/dts/qca9558_sophos_ap15.dts
index 7949d3e88f..de54948c87 100644
--- a/target/linux/ath79/dts/qca9558_sophos_ap15.dts
+++ b/target/linux/ath79/dts/qca9558_sophos_ap15.dts
@@ -40,17 +40,6 @@
};
};
-&pcie0 {
- status = "okay";
-
- wifi at 0,0 {
- compatible = "qcom,ath10k";
- reg = <0x0000 0 0 0 0>;
- nvmem-cells = <&cal_art_5000>;
- nvmem-cell-names = "calibration";
- };
-};
-
&spi {
status = "okay";
@@ -88,10 +77,6 @@
cal_art_1000: calibration at 1000 {
reg = <0x1000 0x440>;
};
-
- cal_art_5000: calibration at 5000 {
- reg = <0x5000 0x844>;
- };
};
};
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 00aa688156..8bfa359910 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -2916,7 +2916,6 @@ define Device/sophos_ap15
SOC := qca9558
DEVICE_VENDOR := Sophos
DEVICE_MODEL := AP15
- DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE_SIZE := 15936k
endef
TARGET_DEVICES += sophos_ap15
More information about the lede-commits
mailing list