summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-06-20 23:12:58 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:02 +0800
commitb0d32d519c7730810505ae1e7cc3f9b24dcc5e0b (patch)
treed6f1cd9f9ebafb2979c689ae60df8137282389d2 /include/soc
parent10cc4ccce65d6c0a781c7823b0077a33b14e5df6 (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 */