diff options
| author | Shiji Yang | 2025-05-19 13:56:58 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-19 19:55:33 +0000 |
| commit | 6ad145d13b7b29144e5aad41113edd204fae8059 (patch) | |
| tree | 1204431bb57a4cedd1b3c8992cc0650a6ca9590d | |
| parent | 73b198869abfc869fa2ba5c1238a0c468b063b83 (diff) | |
| download | openwrt-6ad145d13b7b29144e5aad41113edd204fae8059.tar.gz | |
ath79: dts: fix wifi node name for Fortinet FAP-221-C
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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/qca9557_fortinet_fap-221-c.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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@0,0,0 { + wifi@0,0 { compatible = "qcom,ath10k"; reg = <0x0 0 0 0 0>; nvmem-cells = <&calibration_pcie>, <&macaddr_uboot_3ff80 2>; |