Re: [U-Boot] Ordering PCI device probes

2018-08-19 Thread Marek Vasut
On 08/19/2018 02:05 AM, Aaron Williams wrote: > Hi all, > > I am trying to port our OcteonTX Linux NAND driver to U-Boot and am running > into an issue with ordering. We have a bch engine which consists of a pf and > a > vf and uses SRIOV to activate the vf. > > The problem is that the nand de

[U-Boot] Ordering PCI device probes

2018-08-18 Thread Aaron Williams
Hi all, I am trying to port our OcteonTX Linux NAND driver to U-Boot and am running into an issue with ordering. We have a bch engine which consists of a pf and a vf and uses SRIOV to activate the vf. The problem is that the nand device is probed before the BCH engine is probed and the NAND dr