<div>Hi,</div><div>I'm working on a custom board based on P1020 with two (identical) PCI devices attached;</div><div>The work is derived from another board with a single instance of that device.</div><div>The system is based on u-boot-2009.11 and Linux 2.6.34.6</div>
<div><br></div><div>The "pci" command on u-boot, shows me both the PCI controllers and</div><div>the attached devices:</div><div><br></div><div>Scanning PCI devices on bus 0</div><div>BusDevFun  VendorId   DeviceId   Device Class       Sub-Class</div>
<div>_____________________________________________________________</div><div>00.00.00   0x1957     0x0100     Processor               0x20</div><div><br></div><div>Scanning PCI devices on bus 1</div><div>BusDevFun  VendorId   DeviceId   Device Class       Sub-Class</div>
<div>_____________________________________________________________</div><div>01.00.00   0x1b65     0xabba     Network controller      0x80</div><div><br></div><div>Scanning PCI devices on bus 2</div><div>BusDevFun  VendorId   DeviceId   Device Class       Sub-Class</div>
<div>_____________________________________________________________</div><div>02.00.00   0x1957     0x0100     Processor               0x20</div><div><br></div><div>Scanning PCI devices on bus 3</div><div>BusDevFun  VendorId   DeviceId   Device Class       Sub-Class</div>
<div>_____________________________________________________________</div><div>03.00.00   0x1b65     0xabba     Network controller      0x80</div><div><br></div><div>The kernel detects only the first instance of the device.</div>
<div><br></div><div>Didn't get very far while looking at dts file and kernel logs, so I'm</div><div>asking for some help on narrowing down the problem.</div><div><br></div><div>I'm wondering if I can assume that the problem is restricted to</div>
<div>kernel/dts and avoid concentrating on uboot. </div><div>I can provide any log (didn't want to post tons of details on the first </div><div>message)</div><div><br></div><div>Thanx in advance for your help,</div><div>
regards</div><div><br></div><div>Davide</div>