ath79: dts: fix wifi node name for Fortinet FAP-221-C
authorShiji Yang <[email protected]>
Mon, 19 May 2025 13:56:58 +0000 (21:56 +0800)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 19:55:33 +0000 (21:55 +0200)
The DTC recommends using wifi@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@180c0000/wifi@0,0,0: PCI unit address format error, expected "0,0"

Signed-off-by: Shiji Yang <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts

index 83bda877a46ed29b34ab20465063095fbf364c3c..15abfec557fea755c42917816a5bb0248a04c0a2 100644 (file)
 &pcie0 {
        status = "okay";
 
-       wifi@0,0,0 {
+       wifi@0,0 {
                compatible = "qcom,ath10k";
                reg = <0x0 0 0 0 0>;
                nvmem-cells = <&calibration_pcie>, <&macaddr_uboot_3ff80 2>;