linux-imx/include/soc/imx/src.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

7 lines
113 B
C

#ifndef __SOC_IMX_SRC_H
#define __SOC_IMX_SRC_H
bool imx_src_is_m4_enabled(void);
#endif /* __SOC_IMX_SRC_H */