firmware: imx: scu: Suppress bind attrs
The SCU driver is critical for system working properly, it should never be removed and binded again. So suppress the bind attrs Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -352,6 +352,7 @@ static struct platform_driver imx_scu_driver = {
|
|||||||
.driver = {
|
.driver = {
|
||||||
.name = "imx-scu",
|
.name = "imx-scu",
|
||||||
.of_match_table = imx_scu_match,
|
.of_match_table = imx_scu_match,
|
||||||
|
.suppress_bind_attrs = true,
|
||||||
},
|
},
|
||||||
.probe = imx_scu_probe,
|
.probe = imx_scu_probe,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user