From: Martin Blumenstingl Date: Sun, 11 Aug 2024 19:55:16 +0000 (+0200) Subject: ath79: update Sophos AP15 to indicate that it uses an QCA9557 SoC X-Git-Tag: v24.10.0-rc1~948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc31261c3307458e38c9a676211a25c99c044ece;p=thirdparty%2Fopenwrt.git 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 --- 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 de54948c878..773b423cde1 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 8bfa3599108..98968241e98 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