mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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>
This commit is contained in:
parent
309864dcf9
commit
ec8b561975
|
|
@ -488,6 +488,7 @@ static struct platform_driver imx_sc_pd_driver = {
|
|||
.driver = {
|
||||
.name = "imx-scu-pd",
|
||||
.of_match_table = imx_sc_pd_match,
|
||||
.suppress_bind_attrs = true,
|
||||
},
|
||||
.probe = imx_sc_pd_probe,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user