summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2018-01-12 10:56:11 -0600
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit9de5d1467fcce19530d223dd13fe53e581ed76ce (patch)
tree332a1066fe536e24f33e098db080b6ea5f22a204 /include/soc
parentb39869a5755586738cae9dac46a6af2b21748b90 (diff)
MLK-17369: soc:imx8qm/qxp: Add controls for display controller resets
" commit cfdb9821531da523fd1f01536eb67c8b8451477f Author: Oliver Brown <oliver.brown@nxp.com> Date: Tue Jan 2 07:46:06 2018 -0600 dc: Add controls for display controller resets. " Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx8/sc/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index a2b45d6add54..c0e860ae3cc0 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
- * Copyright 2017 NXP
+ * Copyright 2017-2018 NXP
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -745,6 +745,8 @@ typedef enum sc_ctrl_e {
SC_C_OFS_AUDIO = 40,
SC_C_OFS_PERIPH = 41,
SC_C_OFS_IRQ = 42,
+ SC_C_RST0 = 43,
+ SC_C_RST1 = 44,
SC_C_LAST
} sc_ctrl_t;