projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e0195
)
MLK-18101-1 include: soc: imx8: sc: types: Add SC_C_SEL0 for B0 imx8qxp board
author
Yuchou Gan
<yuchou.gan@nxp.com>
Fri, 30 Mar 2018 09:41:19 +0000
(17:41 +0800)
committer
Yuchou Gan
<yuchou.gan@nxp.com>
Fri, 27 Apr 2018 10:00:08 +0000
(18:00 +0800)
Add SC_C_SEL0 for imx8qm/qxp B0.
Signed-off-by: yuchou gan <yuchou.gan@nxp.com>
include/soc/imx8/sc/types.h
patch
|
blob
|
history
diff --git
a/include/soc/imx8/sc/types.h
b/include/soc/imx8/sc/types.h
index
8d8b046
..
3cf46c7
100644
(file)
--- 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;