summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Duan <fugang.duan@nxp.com>2018-06-05 18:05:39 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitf5337a78b120a9122eeb7476e0a9e6d06a2c096e (patch)
tree7fec60613d8c7020da92559c2f8bc31e6b51f2f9 /include
parent7837f5e559f0f70bb083fd2090cf237bd9091106 (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')
-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 3cf46c71f44a..fae7a575c641 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;