From 5f3a23139f34005892a042db45dee828db0667c8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 3 May 2026 14:14:32 -0700 Subject: [PATCH] ath79: fap-221-b: revert led-sources change Normally WMAC handles 2.4ghz on ath79 devices. Some older units though handle 5ghz on WMAC and 2.4ghz on pcie. This can be seen by the frequemcy limits placed on each interface. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/23191 Signed-off-by: Robert Marko --- target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts b/target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts index babe89741f..4474b1be81 100644 --- a/target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts +++ b/target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts @@ -38,6 +38,12 @@ gpios = <&gpio 15 GPIO_ACTIVE_LOW>; }; + wifi2g { + label = "amber:wifi2g"; + gpios = <&gpio 19 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy1tpt"; + }; + wifi5g { label = "green:wifi5g"; gpios = <&gpio 18 GPIO_ACTIVE_LOW>; @@ -67,11 +73,6 @@ nvmem-cells = <&calibration_wmac>, <&macaddr_uboot_3ff80 1>; nvmem-cell-names = "calibration", "mac-address"; - - led { - led-sources = <19>; - led-active-low; - }; }; &art {