]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pmdomain: imx: Fix i.MX8MP power notifier
authorPeng Fan <peng.fan@nxp.com>
Wed, 10 Jun 2026 14:39:10 +0000 (22:39 +0800)
committerUlf Hansson <ulfh@kernel.org>
Wed, 8 Jul 2026 15:11:50 +0000 (17:11 +0200)
commit72422525f641f68bed6ca3389d29ee3f41fdea33
tree394e70ddca4825dedffe394f9e2d4db928179a3d
parent99611233f8cda833169fa6487d5dacdf189e5cb0
pmdomain: imx: Fix i.MX8MP power notifier

Using imx8mm_vpu_power_notifier() for i.MX8MP is wrong, as it ungates
the VPU clocks to provide the ADB clock, which is necessary on i.MX8MM,
but on i.MX8MP there is a separate gate (bit 3) for the NoC. So add
imx8mp_vpu_power_notifier() for i.MX8MP.

Fixes: a1a5f15f7f6cb ("soc: imx: imx8m-blk-ctrl: add i.MX8MP VPU blk ctrl")
Cc: stable@vger.kernel.org
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
drivers/pmdomain/imx/imx8m-blk-ctrl.c