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

Commit 7d13ed77 authored by Mao Jinlong's avatar Mao Jinlong
Browse files

coresight: csr: Disable bind/unbind via sysfs



Disable bind/unbind via sysfs for csr driver incase of the coresight
issue when do driver bind/unbind test.

Change-Id: I1de9abbe43b7f76a2290791a2660231666405637
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent 46e7ca64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -423,6 +423,7 @@ static struct platform_driver csr_driver = {
	.driver         = {
		.name   = "coresight-csr",
		.of_match_table = csr_match,
		.suppress_bind_attrs = true,
	},
};