linux-imx/include/soc/imx/gpc.h
Anson Huang 52ce709da8 clk: imx6sx: support suspend/resume with FastMix off
Add M4 related APIs for suspend/resume support, and make
MMDC P1 IPG clock always ON, as it is required during resume
with FastMix OFF.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
[ Aisheng: update to CLK HW APIs and add FIXME]
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2023-10-30 15:30:34 +08:00

8 lines
156 B
C

#ifndef __SOC_IMX_GPC_H
#define __SOC_IMX_GPC_H
void imx_gpc_hold_m4_in_sleep(void);
void imx_gpc_release_m4_in_sleep(void);
#endif /* __SOC_IMX_GPC_H */