mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master
The r8a7795 IPMMU supports 40-bit bus mastering. Both the coherent DMA mask and the streaming DMA mask are set to unlock the 40-bit address space for coherent allocations and streaming operations. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
cda52fcd99
commit
1c894225bf
@ -903,6 +903,7 @@ static int ipmmu_probe(struct platform_device *pdev)
|
|||||||
spin_lock_init(&mmu->lock);
|
spin_lock_init(&mmu->lock);
|
||||||
bitmap_zero(mmu->ctx, IPMMU_CTX_MAX);
|
bitmap_zero(mmu->ctx, IPMMU_CTX_MAX);
|
||||||
mmu->features = of_device_get_match_data(&pdev->dev);
|
mmu->features = of_device_get_match_data(&pdev->dev);
|
||||||
|
dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(40));
|
||||||
|
|
||||||
/* Map I/O memory and request IRQ. */
|
/* Map I/O memory and request IRQ. */
|
||||||
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user