summaryrefslogtreecommitdiff
path: root/plat/freescale/common/include
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-09-01 21:32:26 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-09-01 21:37:11 +0800
commita8c35fafe0af0bda340592373d446d93cc1ec75a (patch)
tree80b82a2b3f5adc201d25d269cd527ca677d4f6b0 /plat/freescale/common/include
parent4282af76df7ceeb436ffe0479b5ce048bf90d986 (diff)
freescale: add srtc SIP support
Add SRTC SIP support for i.MX8QM/i.MX8QXP. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/freescale/common/include')
-rw-r--r--plat/freescale/common/include/fsl_sip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/freescale/common/include/fsl_sip.h b/plat/freescale/common/include/fsl_sip.h
index 52dceb81..3449944d 100644
--- a/plat/freescale/common/include/fsl_sip.h
+++ b/plat/freescale/common/include/fsl_sip.h
@@ -24,5 +24,7 @@
#define FSL_SIP_CPUFREQ 0xC2000001
#define FSL_SIP_SET_CPUFREQ 0x00
+#define FSL_SIP_SRTC 0xC2000002
+#define FSL_SIP_SRTC_SET_TIME 0x00
#endif