|
@@ -903,6 +903,7 @@ static int ipmmu_probe(struct platform_device *pdev)
|
|
|
spin_lock_init(&mmu->lock);
|
|
|
bitmap_zero(mmu->ctx, IPMMU_CTX_MAX);
|
|
|
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. */
|
|
|
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|