mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00

This patch adds bindings for reset controller in i.MX8ulp SIM (System Integration Module). Cc: Dong Aisheng <aisheng.dong@nxp.com> Cc: Leo Li <leoyang.li@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>
17 lines
335 B
C
17 lines
335 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
/*
|
|
* Copyright 2021 NXP
|
|
*/
|
|
|
|
#ifndef DT_BINDING_RESET_IMX8ULP_SIM_H
|
|
#define DT_BINDING_RESET_IMX8ULP_SIM_H
|
|
|
|
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_DPI_N 0
|
|
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_ESC_N 1
|
|
#define IMX8ULP_SIM_RESET_MIPI_DSI_RST_BYTE_N 2
|
|
|
|
#define IMX8ULP_SIM_RESET_NUM 3
|
|
|
|
#endif
|