summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorYuchou Gan <yuchou.gan@nxp.com>2018-03-30 17:41:19 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:26 +0800
commitc3d83d78eacc3c7212398b75ee978734b4630e11 (patch)
treead35ceebddb6b0701177c6baf0ae350f702bd89f /include/soc
parent296f798aa567eb88797689c748aec9a70cb4fa48 (diff)
MLK-18101-1 include: soc: imx8: sc: types: Add SC_C_SEL0 for B0 imx8qxp board
Add SC_C_SEL0 for imx8qm/qxp B0. Signed-off-by: yuchou gan <yuchou.gan@nxp.com>
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 4192809b031a..3309e031bf99 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -762,6 +762,7 @@ typedef enum sc_ctrl_e {
SC_C_OFS_IRQ = 42,
SC_C_RST0 = 43,
SC_C_RST1 = 44,
+ SC_C_SEL0 = 45,
SC_C_LAST
} sc_ctrl_t;