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>
This commit is contained in:
Martin Blumenstingl 2024-08-11 21:55:16 +02:00 committed by Hauke Mehrtens
parent b35bb09175
commit fc31261c33
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <dt-bindings/leds/common.h>
/ {
compatible = "sophos,ap15", "qca,qca9558";
compatible = "sophos,ap15", "qca,qca9557";
model = "Sophos AP15";
aliases {

View File

@ -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