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

Commit c206602f authored by Maulik Shah's avatar Maulik Shah
Browse files

soc: qcom: system_pm: Suppress driver bind/unbind feature



system_pm driver do not support bind/unbind using sysfs.
Set suppress bind attribute to disallow this.

Change-Id: Idde66b569cab3d9370346b8077cc0bb0fd493c9d
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 59eeb5eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ static struct platform_driver sys_pm_driver = {
	.probe = sys_pm_probe,
	.driver = {
		.name = KBUILD_MODNAME,
		.suppress_bind_attrs = true,
		.of_match_table = sys_pm_drv_match,
	},
};