Skip to content

Commit

Permalink
iommu/exynos: Always enable runtime PM
Browse files Browse the repository at this point in the history
Checking if the probing device has a parent device was just to discover
if the probing device is involved in a power domain when the power
domain controlled by Samsung's custom implementation.
Since generic IO power domain is applied, it is required to remove
the condition to see if the probing device has a parent device.

Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Cho KyongHo authored and Joerg Roedel committed May 13, 2014
1 parent 6cb47ed commit f4723ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/iommu/exynos-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,7 @@ static int exynos_sysmmu_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, data);

if (dev->parent)
pm_runtime_enable(dev);
pm_runtime_enable(dev);

dev_dbg(dev, "(%s) Initialized\n", data->dbgname);
return 0;
Expand Down

0 comments on commit f4723ec

Please sign in to comment.