Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
[deliverable/linux.git] / drivers / remoteproc / omap_remoteproc.c
index e85f30370760ded083d740960c7de9d5f9d1a4e4..b74368a9123508625122acfb56038dd26d4aebed 100644 (file)
@@ -202,6 +202,8 @@ static int omap_rproc_probe(struct platform_device *pdev)
 
        oproc = rproc->priv;
        oproc->rproc = rproc;
+       /* All existing OMAP IPU and DSP processors have an MMU */
+       rproc->has_iommu = true;
 
        platform_set_drvdata(pdev, rproc);
 
This page took 0.023316 seconds and 5 git commands to generate.