Hi,

I run into this message "Ran out of outbound PCI ATMUs for IO
resource". The only solution I found so far is to replace few lines in this way:

pci0: pcie@f1008000 {
reg = <0xf1008000 0x1000>;
- ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
-                   0x42000000 0x0 0x90000000 0x90000000 0x0 0x40000000
+ ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x50000000
                      0x01000000 0x0 0x00000000 0xf0000000 0x0 0x00800000>;
pcie@0 {
ranges = <0x02000000 0x0 0x80000000
 0x02000000 0x0 0x80000000
-  0x0 0x10000000
-
-  0x42000000 0x0 0x90000000
-  0x42000000 0x0 0x90000000
-  0x0 0x40000000
+  0x0 0x50000000

 0x01000000 0x0 0x00000000
 0x01000000 0x0 0x00000000
 0x0 0x00800000>;
};
};


I'm wondering if this is the right thing to do in this case.

Thank you very much!

Ciao,
Alessio
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to