diff options
| author | Martin Blumenstingl | 2024-08-11 19:55:16 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-08-24 12:38:57 +0000 |
| commit | fc31261c3307458e38c9a676211a25c99c044ece (patch) | |
| tree | 42824629fca915eeb24878b2c0238f0fd757c71d | |
| parent | b35bb0917502aa189be689b572548b038fdfd7c7 (diff) | |
| download | openwrt-fc31261c3307458e38c9a676211a25c99c044ece.tar.gz | |
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@googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/16187
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/qca9557_sophos_ap15.dts (renamed from target/linux/ath79/dts/qca9558_sophos_ap15.dts) | 2 | ||||
| -rw-r--r-- | 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 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 |