Commit 1432ebbd authored by Tero Kristo's avatar Tero Kristo Committed by Joerg Roedel

iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs

This is not needed for anything, and prevents proper PM transitions for
parent devices which is bad in case of ti-sysc; this effectively kills
PM completely. Thus, remove the flag.
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 604629bc
......@@ -1254,7 +1254,6 @@ static int omap_iommu_probe(struct platform_device *pdev)
goto out_sysfs;
}
pm_runtime_irq_safe(obj->dev);
pm_runtime_enable(obj->dev);
omap_iommu_debugfs_add(obj);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment