[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211012100132.17829-1-peng.fan@oss.nxp.com>
Date: Tue, 12 Oct 2021 18:01:32 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: sboyd@...nel.org, mturquette@...libre.com, abel.vesa@....com,
s.hauer@...gutronix.de
Cc: kernel@...gutronix.de, festevam@...il.com, linux-imx@....com,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Peng Fan <peng.fan@....com>
Subject: [PATCH] clk: imx: imx8ulp: set suppress_bind_attrs to true
From: Peng Fan <peng.fan@....com>
Disable bind attributes, the clocks will not removed.
Signed-off-by: Peng Fan <peng.fan@....com>
---
drivers/clk/imx/clk-imx8ulp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/imx/clk-imx8ulp.c b/drivers/clk/imx/clk-imx8ulp.c
index 6699437e17b8..8eb1af2d6429 100644
--- a/drivers/clk/imx/clk-imx8ulp.c
+++ b/drivers/clk/imx/clk-imx8ulp.c
@@ -559,6 +559,7 @@ static struct platform_driver imx8ulp_clk_driver = {
.probe = imx8ulp_clk_probe,
.driver = {
.name = KBUILD_MODNAME,
+ .suppress_bind_attrs = true,
.of_match_table = imx8ulp_clk_dt_ids,
},
};
--
2.30.0
Powered by blists - more mailing lists