bmips: fix dtc warnings for D-Link DSL-2750B
authorShiji Yang <[email protected]>
Sat, 31 May 2025 10:02:01 +0000 (18:02 +0800)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 19:55:33 +0000 (21:55 +0200)
- 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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18242
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts

index 3a99f8bd3c5ee05ebdc8f4ced7bd650b7881662c..9432c83b3432f9320beb6e4928f4524b14ab6562 100644 (file)
                #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>;