pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
authorPeng Fan <peng.fan@nxp.com>
Fri, 6 Dec 2024 11:27:30 +0000 (19:27 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 10 Dec 2024 11:34:52 +0000 (12:34 +0100)
commitafb2a86f002baf2823ba296c5d6e6a2a902a3d00
tree046ae4693e34c34027740d112aa35b90db1320f4
parentb04b981f3a842ef63e06048fafaa8d20c20334c6
pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs

The blk ctrl drivers on imx8m series are registered as platform
devices and this opens the possibility of reloading the driver
at runtime.

But this doesn't actually work. There are some hardware sequence
dependecy between blk ctrl and gpc, also power domains are used
by other peripherals, so fix this by explicitly suppressing bind
attrs.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Message-ID: <20241206112731.98244-1-peng.fan@oss.nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/imx8m-blk-ctrl.c
drivers/pmdomain/imx/imx8mp-blk-ctrl.c