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

Commit 499dab89 authored by Mao Jinlong's avatar Mao Jinlong Committed by Gerrit - the friendly Code Review server
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 7be9a22c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, 2015-2018 The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2013, 2015-2019 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -430,6 +430,7 @@ static struct platform_driver csr_driver = {
		.name   = "coresight-csr",
		.owner	= THIS_MODULE,
		.of_match_table = csr_match,
		.suppress_bind_attrs = true,
	},
};