From da8c9e08892c1df57a43ad6c6b6671290c080ced Mon Sep 17 00:00:00 2001 From: Oliver Brown Date: Fri, 12 Jan 2018 12:10:32 -0600 Subject: MLK-17369 imx8qm/qxp: Add controls for display controller resets " commit cfdb9821531da523fd1f01536eb67c8b8451477f Author: Oliver Brown Date: Tue Jan 2 07:46:06 2018 -0600 dc: Add controls for display controller resets. " Signed-off-by: Oliver Brown --- arch/arm/include/asm/imx-common/sci/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3