bmips: fix dtc warnings for D-Link DSL-2750B

- 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>
This commit is contained in:
Shiji Yang 2025-05-31 18:02:01 +08:00 committed by Hauke Mehrtens
parent 6ad145d13b
commit 9741af31f1

View File

@ -206,8 +206,9 @@
#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>;