2020-08-14 12:13:37

by Abel Vesa

[permalink] [raw]
Subject: [PATCH v2 07/17] dt-bindings: reset: imx8mp: Add hdmi blk_ctrl reset IDs

These will be used imx8mp for blk-ctrl driver.

Signed-off-by: Abel Vesa <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
include/dt-bindings/reset/imx8mp-reset.h | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/include/dt-bindings/reset/imx8mp-reset.h b/include/dt-bindings/reset/imx8mp-reset.h
index 13e56dd..c1ca79c 100644
--- a/include/dt-bindings/reset/imx8mp-reset.h
+++ b/include/dt-bindings/reset/imx8mp-reset.h
@@ -80,4 +80,16 @@

#define IMX8MP_MEDIA_BLK_CTRL_RESET_NUM 25

+#define IMX8MP_HDMI_BLK_CTRL_HDMI_TX_RESET 0
+#define IMX8MP_HDMI_BLK_CTRL_HDMI_PHY_RESET 1
+#define IMX8MP_HDMI_BLK_CTRL_HDMI_PAI_RESET 2
+#define IMX8MP_HDMI_BLK_CTRL_HDMI_PVI_RESET 3
+#define IMX8MP_HDMI_BLK_CTRL_HDMI_TRNG_RESET 4
+#define IMX8MP_HDMI_BLK_CTRL_IRQ_STEER_RESET 5
+#define IMX8MP_HDMI_BLK_CTRL_HDMI_HDCP_RESET 6
+#define IMX8MP_HDMI_BLK_CTRL_LCDIF_RESET 7
+
+#define IMX8MP_HDMI_BLK_CTRL_RESET_NUM 8
+
+
#endif
--
2.7.4


2020-08-17 08:04:53

by Dong Aisheng

[permalink] [raw]
Subject: Re: [PATCH v2 07/17] dt-bindings: reset: imx8mp: Add hdmi blk_ctrl reset IDs

On Fri, Aug 14, 2020 at 8:13 PM Abel Vesa <[email protected]> wrote:
>
> These will be used imx8mp for blk-ctrl driver.
>
> Signed-off-by: Abel Vesa <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Reviewed-by: Dong Aisheng <[email protected]>

Regards
Aisheng