mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00

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>
8 lines
156 B
C
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 */
|