]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pmdomain: imx-gpcv2: Suppress bind attrs
authorPeng Fan <peng.fan@nxp.com>
Fri, 6 Dec 2024 11:27:31 +0000 (19:27 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 10 Dec 2024 11:37:20 +0000 (12:37 +0100)
commite1a87570347091204d54298ede5f04176c9eeb49
tree438e3f51739b6de8d442b542ffb2f5e33e20a8e0
parentafb2a86f002baf2823ba296c5d6e6a2a902a3d00
pmdomain: imx-gpcv2: Suppress bind attrs

The gpcv2 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-2-peng.fan@oss.nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/gpcv2.c