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 9e4a5892da)
This commit is contained in:
Liu Ying
2018-07-20 12:08:29 +08:00
committed by Jason Liu
parent 448c4894f9
commit b7f7b40407

View File

@ -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;