[openwrt/openwrt] ath79: update Sophos AP15 to indicate that it uses an QCA9557 SoC
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 24 05:40:43 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fc31261c3307458e38c9a676211a25c99c044ece
commit fc31261c3307458e38c9a676211a25c99c044ece
Author: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
AuthorDate: Sun Aug 11 21:55:16 2024 +0200
ath79: update Sophos AP15 to indicate that it uses an QCA9557 SoC
Device support for Sophos AP15 is based on Sophos AP55(C) and AP100(C).
Those other Sophos access points uss a QCA9558 SoC (some of them with
one of the three chains on the built-in SoC's wifi disabled) while the
AP15 uses a QCA9557 SoC (which only has two chains enabled in the
package or silicon).
This is mostly cosmetic since QCA9558 and QCA9557 are virtually
identical and all differences are automatically detected and/or managed
by the ART calibration.
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>
---
.../ath79/dts/{qca9558_sophos_ap15.dts => qca9557_sophos_ap15.dts} | 2 +-
target/linux/ath79/image/generic.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ath79/dts/qca9558_sophos_ap15.dts b/target/linux/ath79/dts/qca9557_sophos_ap15.dts
similarity index 98%
rename from target/linux/ath79/dts/qca9558_sophos_ap15.dts
rename to target/linux/ath79/dts/qca9557_sophos_ap15.dts
index de54948c87..773b423cde 100644
--- a/target/linux/ath79/dts/qca9558_sophos_ap15.dts
+++ b/target/linux/ath79/dts/qca9557_sophos_ap15.dts
@@ -7,7 +7,7 @@
#include <dt-bindings/leds/common.h>
/ {
- compatible = "sophos,ap15", "qca,qca9558";
+ compatible = "sophos,ap15", "qca,qca9557";
model = "Sophos AP15";
aliases {
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 8bfa359910..98968241e9 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -2913,7 +2913,7 @@ endef
TARGET_DEVICES += sitecom_wlr-8100
define Device/sophos_ap15
- SOC := qca9558
+ SOC := qca9557
DEVICE_VENDOR := Sophos
DEVICE_MODEL := AP15
IMAGE_SIZE := 15936k
More information about the lede-commits
mailing list