These will be used by the imx8mm for blk_ctl driver. Signed-off-by: Marek Vasut <marex@xxxxxxx> Cc: Abel Vesa <abel.vesa@xxxxxxx> Cc: Dong Aisheng <aisheng.dong@xxxxxxx> Cc: Fabio Estevam <festevam@xxxxxxxxx> Cc: Guido Günther <agx@xxxxxxxxxxx> Cc: Lucas Stach <l.stach@xxxxxxxxxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> Cc: Shawn Guo <shawnguo@xxxxxxxxxx> Cc: NXP Linux Team <linux-imx@xxxxxxx> Cc: devicetree@xxxxxxxxxxxxxxx --- include/dt-bindings/reset/imx8mm-reset.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/dt-bindings/reset/imx8mm-reset.h diff --git a/include/dt-bindings/reset/imx8mm-reset.h b/include/dt-bindings/reset/imx8mm-reset.h new file mode 100644 index 000000000000..1dda59d30c06 --- /dev/null +++ b/include/dt-bindings/reset/imx8mm-reset.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2020 Marek Vasut <marex@xxxxxxx> + */ + +#ifndef DT_BINDING_RESET_IMX8MM_H +#define DT_BINDING_RESET_IMX8MM_H + +#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_DSI_I_PRESET 0 +#define IMX8MM_MEDIA_BLK_CTL_RESET_MIPI_M_RESET 1 + +#define IMX8MM_MEDIA_BLK_CTL_RESET_NUM 2 + +#endif -- 2.28.0