[PATCH 7/8] firmware: imx: scu: Suppress bind attrs

Frank Li Frank.li at nxp.com
Tue Oct 14 09:01:45 PDT 2025


On Tue, Oct 14, 2025 at 12:54:44PM +0800, Peng Fan wrote:
> The SCU driver is critical for system working properly, it should
> never be removed and binded again. So suppress the bind attrs
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---

Reviewed-by: Frank Li <Frank.Li at nxp.com>

>  drivers/firmware/imx/imx-scu.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/firmware/imx/imx-scu.c b/drivers/firmware/imx/imx-scu.c
> index 6046156bc3c9abcd8f62b46f04571b1a9decc0eb..630e3dba4db15961ae4d77273af6248be614145e 100644
> --- a/drivers/firmware/imx/imx-scu.c
> +++ b/drivers/firmware/imx/imx-scu.c
> @@ -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,
>  };
>
> --
> 2.37.1
>



More information about the linux-arm-kernel mailing list