[openwrt/openwrt] ath79: dts: fix wifi node name for Fortinet FAP-221-C

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 19 12:56:49 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6ad145d13b7b29144e5aad41113edd204fae8059

commit 6ad145d13b7b29144e5aad41113edd204fae8059
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Mon May 19 21:56:58 2025 +0800

    ath79: dts: fix wifi node name for Fortinet FAP-221-C
    
    The DTC recommends using wifi at 0,0 as the node name to match the reg
    property structure. Fix warning:
    
    ../dts/qca9557_fortinet_fap-221-c.dts:208.13-213.4: Warning (pci_device_reg): /ahb/pcie at 180c0000/wifi at 0,0,0: PCI unit address format error, expected "0,0"
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18242
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts b/target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts
index 83bda877a4..15abfec557 100644
--- a/target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts
+++ b/target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts
@@ -205,7 +205,7 @@
 &pcie0 {
 	status = "okay";
 
-	wifi at 0,0,0 {
+	wifi at 0,0 {
 		compatible = "qcom,ath10k";
 		reg = <0x0 0 0 0 0>;
 		nvmem-cells = <&calibration_pcie>, <&macaddr_uboot_3ff80 2>;




More information about the lede-commits mailing list