Re: [PATCH RESEND] bindings: PCI: artpec: correct pci binding example

2016-08-31 Thread Rob Herring
On Fri, Aug 26, 2016 at 12:01:56AM +0200, Niklas Cassel wrote: > From: Niklas Cassel > > - Increase config size. When using a PCIe switch, >the previous config size only had room for one device. > - Add bus range. Inherited optional property. > - Map downstream I/O to PCI address 0. We can

[PATCH RESEND] bindings: PCI: artpec: correct pci binding example

2016-08-25 Thread Niklas Cassel
From: Niklas Cassel - Increase config size. When using a PCIe switch, the previous config size only had room for one device. - Add bus range. Inherited optional property. - Map downstream I/O to PCI address 0. We can map it to any address, but let's be consistent with other drivers. Sig