These will be used by the imx8mn for blk_ctl driver. Signed-off-by: Adam Ford <aford173@xxxxxxxxx> --- include/dt-bindings/reset/imx8mn-reset.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/include/dt-bindings/reset/imx8mn-reset.h b/include/dt-bindings/reset/imx8mn-reset.h new file mode 100644 index 000000000000..89d402742b96 --- /dev/null +++ b/include/dt-bindings/reset/imx8mn-reset.h @@ -0,0 +1,22 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2020 Compass Electronics Group, LLC + */ + +#ifndef DT_BINDING_RESET_IMX8MN_H +#define DT_BINDING_RESET_IMX8MN_H + +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_DSI_PCLK 0 +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_DSI_CLKREF 1 +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_CSI_PCLK 2 +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_CSI_ACLK 3 +#define IMX8MN_MEDIA_BLK_CTL_RESET_LCDIF_PIXEL 4 +#define IMX8MN_MEDIA_BLK_CTL_RESET_LCDIF_APB 5 +#define IMX8MN_MEDIA_BLK_CTL_RESET_ISI_PROC 6 +#define IMX8MN_MEDIA_BLK_CTL_RESET_ISI_APB 7 +#define IMX8MN_MEDIA_BLK_CTL_RESET_BUS_BLK 8 +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_S_RESET 9 +#define IMX8MN_MEDIA_BLK_CTL_RESET_MIPI_M_RESET 10 +#define IMX8MN_MEDIA_BLK_CTL_RESET_NUM 11 + +#endif -- 2.25.1