]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: fap-221-b: revert led-sources change
authorRosen Penev <rosenp@gmail.com>
Sun, 3 May 2026 21:14:32 +0000 (14:14 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 7 May 2026 16:22:01 +0000 (18:22 +0200)
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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23191
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/ar9344_fortinet_fap-221-b.dts

index babe89741f4d454d02e86ccdea67a9c360a4c961..4474b1be8136d8a33ee9bb16233f72efaec033f5 100644 (file)
                        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>;
 
        nvmem-cells = <&calibration_wmac>, <&macaddr_uboot_3ff80 1>;
        nvmem-cell-names = "calibration", "mac-address";
-
-       led {
-               led-sources = <19>;
-               led-active-low;
-       };
 };
 
 &art {