summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAndy Duan <fugang.duan@nxp.com>2018-06-05 18:05:39 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:02 +0800
commit89f306aacfdb4a5975cbbace2e5aa82bd98f8382 (patch)
tree067127e596ecf7a8be02c1e6c88e05e99955d630 /include/soc
parent315d7841883aa71cf1c8784b8bc456b0c6e1b5a5 (diff)
MLK-18483-01 soc: imx8: sc: types: add ipg stop misc controls for CONN ENET
- Sync with scu firmware commit 576011819ce3 (SCF-81: Added API to control MIPI CSI calibration.) and commit 095a0d7dbc0b (SCF-85: Add direct control of ENET IPG stop control) - Add ipg stop misc controls for CONN ENET. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx8/sc/types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index 3309e031bf99..d9b57bf91f8b 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -763,6 +763,15 @@ typedef enum sc_ctrl_e {
SC_C_RST0 = 43,
SC_C_RST1 = 44,
SC_C_SEL0 = 45,
+ SC_C_CALIB0 = 46,
+ SC_C_CALIB1 = 47,
+ SC_C_CALIB2 = 48,
+ SC_C_IPG_DEBUG = 49,
+ SC_C_IPG_DOZE = 50,
+ SC_C_IPG_WAIT = 51,
+ SC_C_IPG_STOP = 52,
+ SC_C_IPG_STOP_MODE = 53,
+ SC_C_IPG_STOP_ACK = 54,
SC_C_LAST
} sc_ctrl_t;