mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-16 01:22:10 -05:00
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:
parent
6ad145d13b
commit
9741af31f1
@ -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>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user