Skip to content

Commit a76bea0

Browse files
chlongvScott Wood
authored andcommitted
powerpc/kmcent2: add ranges to the pci bridges
This removes the warnings about the fact that the 4 pci bridges (i.e. the 4 pci hosts) don't have any ranges. Signed-off-by: Valentin Longchamp <valentin@longchamp.me> Signed-off-by: Scott Wood <oss@buserror.net>
1 parent 3a0990c commit a76bea0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

arch/powerpc/boot/dts/fsl/kmcent2.dts

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,50 @@
264264

265265
pci1: pcie@ffe250000 {
266266
status = "disabled";
267+
reg = <0xf 0xfe250000 0 0x10000>;
268+
ranges = <0x02000000 0 0xe0000000 0xc 0x10000000 0 0x10000000
269+
0x01000000 0 0 0xf 0xf8010000 0 0x00010000>;
270+
pcie@0 {
271+
ranges = <0x02000000 0 0xe0000000
272+
0x02000000 0 0xe0000000
273+
0 0x10000000
274+
275+
0x01000000 0 0x00000000
276+
0x01000000 0 0x00000000
277+
0 0x00010000>;
278+
};
267279
};
268280

269281
pci2: pcie@ffe260000 {
270282
status = "disabled";
283+
reg = <0xf 0xfe260000 0 0x10000>;
284+
ranges = <0x02000000 0 0xe0000000 0xc 0x20000000 0 0x10000000
285+
0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>;
286+
pcie@0 {
287+
ranges = <0x02000000 0 0xe0000000
288+
0x02000000 0 0xe0000000
289+
0 0x10000000
290+
291+
0x01000000 0 0x00000000
292+
0x01000000 0 0x00000000
293+
0 0x00010000>;
294+
};
271295
};
272296

273297
pci3: pcie@ffe270000 {
274298
status = "disabled";
299+
reg = <0xf 0xfe270000 0 0x10000>;
300+
ranges = <0x02000000 0 0xe0000000 0xc 0x30000000 0 0x10000000
301+
0x01000000 0 0x00000000 0xf 0xf8030000 0 0x00010000>;
302+
pcie@0 {
303+
ranges = <0x02000000 0 0xe0000000
304+
0x02000000 0 0xe0000000
305+
0 0x10000000
306+
307+
0x01000000 0 0x00000000
308+
0x01000000 0 0x00000000
309+
0 0x00010000>;
310+
};
275311
};
276312

277313
qe: qe@ffe140000 {

0 commit comments

Comments
 (0)