From fc31261c3307458e38c9a676211a25c99c044ece Mon Sep 17 00:00:00 2001 From: Martin Blumenstingl Date: Sun, 11 Aug 2024 21:55:16 +0200 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/16187 Signed-off-by: Hauke Mehrtens --- .../dts/{qca9558_sophos_ap15.dts => qca9557_sophos_ap15.dts} | 2 +- target/linux/ath79/image/generic.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename target/linux/ath79/dts/{qca9558_sophos_ap15.dts => qca9557_sophos_ap15.dts} (98%) 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 / { - 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 -- 2.30.2