Skip to content

Commit 2c2bf52

Browse files
mpredfearnamalon
authored andcommitted
MIPS: dts: Boston: Fix PCI bus dtc warnings:
dtc recently (v1.4.4-8-g756ffc4f52f6) added PCI bus checks. Fix the warnings now emitted: arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@10000000: missing bus-range for PCI bridge arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@12000000: missing bus-range for PCI bridge arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@14000000: missing bus-range for PCI bridge Signed-off-by: Matt Redfearn <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Paul Burton <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/19070/ Signed-off-by: James Hogan <[email protected]>
1 parent a1cc703 commit 2c2bf52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/mips/boot/dts/img/boston.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
ranges = <0x02000000 0 0x40000000
5252
0x40000000 0 0x40000000>;
5353

54+
bus-range = <0x00 0xff>;
55+
5456
interrupt-map-mask = <0 0 0 7>;
5557
interrupt-map = <0 0 0 1 &pci0_intc 1>,
5658
<0 0 0 2 &pci0_intc 2>,
@@ -79,6 +81,8 @@
7981
ranges = <0x02000000 0 0x20000000
8082
0x20000000 0 0x20000000>;
8183

84+
bus-range = <0x00 0xff>;
85+
8286
interrupt-map-mask = <0 0 0 7>;
8387
interrupt-map = <0 0 0 1 &pci1_intc 1>,
8488
<0 0 0 2 &pci1_intc 2>,
@@ -107,6 +111,8 @@
107111
ranges = <0x02000000 0 0x16000000
108112
0x16000000 0 0x100000>;
109113

114+
bus-range = <0x00 0xff>;
115+
110116
interrupt-map-mask = <0 0 0 7>;
111117
interrupt-map = <0 0 0 1 &pci2_intc 1>,
112118
<0 0 0 2 &pci2_intc 2>,

0 commit comments

Comments
 (0)