]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
firmware: imx: scu: Suppress bind attrs
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Oct 2025 01:56:30 +0000 (09:56 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:43:47 +0000 (14:43 +0800)
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>
drivers/firmware/imx/imx-scu.c

index 6046156bc3c9abcd8f62b46f04571b1a9decc0eb..630e3dba4db15961ae4d77273af6248be614145e 100644 (file)
@@ -352,6 +352,7 @@ static struct platform_driver imx_scu_driver = {
        .driver = {
                .name = "imx-scu",
                .of_match_table = imx_scu_match,
+               .suppress_bind_attrs = true,
        },
        .probe = imx_scu_probe,
 };