summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2018-01-12 10:56:11 -0600
committerOliver Brown <oliver.brown@nxp.com>2018-01-12 11:47:21 -0600
commit423d9423fc61fbc8519473deab4dea6de072d97b (patch)
tree9a281dcde5f3ffda96a40ef161a3cfc68058dc7b
parent607fcc80c7aad090271aa2a85b93e6ecf286af1d (diff)
MLK-17369: soc:imx8qm/qxp: Add controls for display controller resetsrel_imx_4.9.51_8qxp_betarel_imx_4.9.51_8qm_beta2
" 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>
-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;