[openwrt/openwrt] bmips: fix dtc warnings for D-Link DSL-2750B

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 19 12:56:50 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9741af31f1e2a8a4e4a0869c0d55e56cda2d4be1

commit 9741af31f1e2a8a4e4a0869c0d55e56cda2d4be1
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Sat May 31 18:02:01 2025 +0800

    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 at 10e40000/pcie at 0: missing ranges for PCI bridge (or not a bridge)
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18242
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
index 3a99f8bd3c..9432c83b34 100644
--- a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
+++ b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
@@ -206,8 +206,9 @@
 		#size-cells = <2>;
 		#address-cells = <3>;
 		device_type = "pci";
+		ranges;
 
-		ath9k: wifi at 168c,002e {
+		ath9k: wifi at 0,0 {
 			compatible = "pci168c,002e";
 			reg = <0 0 0 0 0>;
 




More information about the lede-commits mailing list