Re: [PATCH v2 08/25] pci: pci-uclass: Add multi entry support for memory regions

2020-08-22 Thread Simon Glass
On Mon, 17 Aug 2020 at 01:08, Stefan Roese wrote: > > From: Suneel Garapati > > Enable PCI memory regions in ranges property to be of multiple entry. > This helps to add support for SoC's like OcteonTX/TX2 where every > peripheral is on PCI bus. > > Signed-off-by: Suneel Garapati > Cc: Simon

[PATCH v2 08/25] pci: pci-uclass: Add multi entry support for memory regions

2020-08-17 Thread Stefan Roese
From: Suneel Garapati Enable PCI memory regions in ranges property to be of multiple entry. This helps to add support for SoC's like OcteonTX/TX2 where every peripheral is on PCI bus. Signed-off-by: Suneel Garapati Cc: Simon Glass Cc: Bin Meng Signed-off-by: Stefan Roese --- Changes in