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

Commit a4b0d927 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

drivers: soc: qcom: suppress platform driver bind / unbind feature



For rimps_log and qcom_rimps platform driver does not
support the manual bind / unbind feature through sysfs,
Suppress the bind / unbind calls using driver attribute.

Change-Id: I9734d62e19ef16b01039757a92ef2489baea91b3
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 5168327a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ static struct platform_driver qcom_rimps_driver = {
	.driver = {
		.name = "qcom_rimps",
		.of_match_table = qcom_rimps_of_match,
		.suppress_bind_attrs = true,
	},
};

+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ static struct platform_driver rimps_log_driver = {
	.driver = {
		.name = "rimps-log",
		.of_match_table = rimps_log,
		.suppress_bind_attrs = true,
	},
	.probe = rimps_log_probe,
	.remove = rimps_log_remove,