Re: [U-Boot] [PATCH] pci/layerscape: Setup mmu-masters property for the PCIe

2015-09-01 Thread York Sun
On 07/28/2015 01:33 PM, Varun Sethi wrote: > Setup mmu-masters property for the PCIe controllers. This would be > used by the Linux SMMU driver, while setting up stream ID table mappings > for the PCIe devices. > > Signed-off-by: Varun Sethi > --- Applied to fsl-qoriq master branch. Awaiting u

[U-Boot] [PATCH] pci/layerscape: Setup mmu-masters property for the PCIe

2015-07-28 Thread Varun Sethi
Setup mmu-masters property for the PCIe controllers. This would be used by the Linux SMMU driver, while setting up stream ID table mappings for the PCIe devices. Signed-off-by: Varun Sethi --- drivers/pci/pcie_layerscape.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/p