mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
clk: socfpga: stratix10: suppress unbinding platform's clock driver
The Stratix10 clock driver is essential to system operation, so their removal should never happen. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
1ace0dfd75
commit
a61315473a
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ static struct platform_driver stratix10_clkmgr_driver = {
|
|||
.probe = s10_clkmgr_probe,
|
||||
.driver = {
|
||||
.name = "stratix10-clkmgr",
|
||||
.suppress_bind_attrs = true,
|
||||
.of_match_table = stratix10_clkmgr_match_table,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue