Skip to content

Commit ec8b561

Browse files
MrVanstorulf
authored andcommitted
genpd: imx: scu-pd: Suppress bind attrs
This driver is registered as platform driver, but removing and binding again would cause system not workable. So suppress bind attrs. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 309864d commit ec8b561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/genpd/imx/scu-pd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ static struct platform_driver imx_sc_pd_driver = {
488488
.driver = {
489489
.name = "imx-scu-pd",
490490
.of_match_table = imx_sc_pd_match,
491+
.suppress_bind_attrs = true,
491492
},
492493
.probe = imx_sc_pd_probe,
493494
};

0 commit comments

Comments
 (0)