1
linux/drivers/pmdomain/imx
Peng Fan 52dd070c62 pmdomain: imx: wait SSAR when i.MX93 power domain on
With "quiet" set in bootargs, there is power domain failure:
"imx93_power_domain 44462400.power-domain: pd_off timeout: name:
 44462400.power-domain, stat: 4"

The current power on opertation takes ISO state as power on finished
flag, but it is wrong. Before powering on operation really finishes,
powering off comes and powering off will never finish because the last
powering on still not finishes, so the following powering off actually
not trigger hardware state machine to run. SSAR is the last step when
powering on a domain, so need to wait SSAR done when powering on.

Since EdgeLock Enclave(ELE) handshake is involved in the flow, enlarge
the waiting time to 10ms for both on and off to avoid timeout.

Cc: stable@vger.kernel.org
Fixes: 0a0f7cc25d ("soc: imx: add i.MX93 SRC power domain driver")
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20240814124740.2778952-1-peng.fan@oss.nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2024-08-15 12:47:09 +02:00
..
gpc.c pmdomain: imx-gpc: Convert to platform remove callback returning void 2023-11-30 12:15:35 +01:00
gpcv2.c pmdomain: imx: gpcv2: Add delay after power up handshake 2024-05-21 12:21:01 +02:00
imx8m-blk-ctrl.c pmdomain: imx8mp-blk-ctrl: Error out if domains are missing in DT 2024-02-14 10:26:11 +01:00
imx8mp-blk-ctrl.c pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain 2024-02-14 10:26:11 +01:00
imx93-blk-ctrl.c pmdomain: imx93-blk-ctrl: Convert to platform remove callback returning void 2023-11-30 12:15:35 +01:00
imx93-pd.c pmdomain: imx: wait SSAR when i.MX93 power domain on 2024-08-15 12:47:09 +02:00
Kconfig
Makefile
scu-pd.c pmdomain: imx: scu-pd: Remove duplicated clocks 2024-08-05 12:44:36 +02:00