MLK-17369: soc:imx8qm/qxp: Add controls for display controller resets
authorOliver Brown <oliver.brown@nxp.com>
Fri, 12 Jan 2018 16:56:11 +0000 (10:56 -0600)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:52:51 +0000 (14:52 -0500)
"
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>
include/soc/imx8/sc/types.h

index a2b45d6..c0e860a 100644 (file)
@@ -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;