1
0
Fork 0

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>
pull/10/head
Andy Duan 2018-06-05 18:05:39 +08:00 committed by Jason Liu
parent 4eca33ff74
commit b3b0a78f74
1 changed files with 9 additions and 0 deletions

View File

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