summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2018-01-12 12:10:32 -0600
committerOliver Brown <oliver.brown@nxp.com>2018-01-12 12:15:14 -0600
commitda8c9e08892c1df57a43ad6c6b6671290c080ced (patch)
tree53abf5fd3ccfdf8998004c13b30c51afd28e1fca
parent12f5bd4c29d5da7d00fdcf82a29b4fc319c62758 (diff)
MLK-17369 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>
-rw-r--r--arch/arm/include/asm/imx-common/sci/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/imx-common/sci/types.h b/arch/arm/include/asm/imx-common/sci/types.h
index 928023bdb6..6e0520eba8 100644
--- a/arch/arm/include/asm/imx-common/sci/types.h
+++ b/arch/arm/include/asm/imx-common/sci/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+
*/
@@ -751,6 +751,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;