mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 10:17:29 +01:00
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>
This commit is contained in:
parent
73b198869a
commit
6ad145d13b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue