]> git.baikalelectronics.ru Git - kernel.git/commit
soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang
authorAdam Ford <aford173@gmail.com>
Sun, 20 Mar 2022 20:52:12 +0000 (15:52 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sun, 10 Apr 2022 01:32:08 +0000 (09:32 +0800)
commit412b8708a8b1833ef10339b636edc671d8f19c88
tree5215215e2d7aa82d830d24d912b267debdd59cb6
parentf7dc57708d500652ef678e34340550eb5c3c3a94
soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang

The imx8mn clock list for the ISI lists four clocks, but DOMAIN_MAX_CLKS
was set to 3.  Because of this, attempts to enable the fourth clock failed,
threw some splat, and ultimately hung.

Fixes: e693445f95ed ("soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/imx8m-blk-ctrl.c