summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-07-20 12:08:29 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:34 +0800
commitb7f7b40407b1751f8b6f991bfe12dc6541f63166 (patch)
treed884664a83284e71b5d595c157e66a201dcd0fe5 /include/soc
parent448c4894f928690f9aa599e170a723a3aae1f786 (diff)
MLK-18987 soc: imx8: sc: types: Add SC_C_SYNC_CTRL into enum sc_ctrl_e
This patch adds SC_C_SYNC_CTRL into enum sc_ctrl_e to sync with SCU firmware commit <1db854d7d521> (SCF-151: Added new SC_C_SYNC_CTRL to control both control signals at the same time.). Signed-off-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit 9e4a5892dad642f76e3bb0d46c77c4a59bbcae3d)
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx8/sc/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index 4ae035a2237f..c2bb43490342 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -772,6 +772,7 @@ typedef enum sc_ctrl_e {
SC_C_IPG_STOP = 52,
SC_C_IPG_STOP_MODE = 53,
SC_C_IPG_STOP_ACK = 54,
+ SC_C_SYNC_CTRL = 55,
SC_C_LAST
} sc_ctrl_t;