- Add the missing ranges property for PCIe bridge node.
- Correct the PCIe device node name.
This patch fix the following dtc warning:
../dts/bcm6328-dlink-dsl-2750b-b1.dts:203.9-220.4: Warning (pci_bridge): /ubus/pcie@
10e40000/pcie@0: missing ranges for PCI bridge (or not a bridge)
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>
#size-cells = <2>;
#address-cells = <3>;
device_type = "pci";
+ ranges;
- ath9k: wifi@168c,002e {
+ ath9k: wifi@0,0 {
compatible = "pci168c,002e";
reg = <0 0 0 0 0>;