summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-06-20 23:12:58 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commite1adb8e345fd680c7c40e35c063995cb131322a7 (patch)
treef70cb360bbf5f9c5f0b4f40eaa34eb259650ac15 /include/soc
parentf3883d1b13ad4f10de5defb8c692f18253b88952 (diff)
MLK-15128-7 clk: imx: add i.mx8mq clock driver support
Add i.MX8MQ clock driver support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx/src.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/soc/imx/src.h b/include/soc/imx/src.h
index c55c34cd2366..b4f8944ea696 100644
--- a/include/soc/imx/src.h
+++ b/include/soc/imx/src.h
@@ -1,6 +1,13 @@
#ifndef __SOC_IMX_SRC_H
#define __SOC_IMX_SRC_H
+#ifndef CONFIG_ARM64
bool imx_src_is_m4_enabled(void);
+#else
+static inline bool imx_src_is_m4_enabled(void)
+{
+ return 0;
+}
+#endif
#endif /* __SOC_IMX_SRC_H */