Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3f474f6 authored by Patrick Daly's avatar Patrick Daly
Browse files

iommu: arm-smmu: Remove sysfs bind/unbind files



It is not realistic to expect iommu clients to handle userspace
disabling the iommu driver.

Change-Id: Ibc519c3ee5b9249492cb19da20eab0bb789dad80
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 9522112f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4686,6 +4686,7 @@ static struct platform_driver arm_smmu_driver = {
		.name		= "arm-smmu",
		.of_match_table	= of_match_ptr(arm_smmu_of_match),
		.pm		= &arm_smmu_pm_ops,
		.suppress_bind_attrs = true,
	},
	.probe	= arm_smmu_device_dt_probe,
	.remove	= arm_smmu_device_remove,