aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShreeya Patel <[email protected]>2024-03-28 04:20:53 +0530
committerHeiko Stuebner <[email protected]>2024-04-10 07:10:40 +0200
commit7af67019cd78d028ef377df689ac103d51905518 (patch)
treeca1609916a3efb48081712c5ae31d7ae2b4b9f4f
parent007bd99669eae90f23817023dc78dbb38e76437d (diff)
clk: rockchip: rk3588: Add reset line for HDMI Receiver
Export hdmirx_biu reset line required by the Synopsys DesignWare HDMIRX Controller. Signed-off-by: Shreeya Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r--drivers/clk/rockchip/rst-rk3588.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/rst-rk3588.c b/drivers/clk/rockchip/rst-rk3588.c
index e855bb8d5413..c4ebc01f1c9c 100644
--- a/drivers/clk/rockchip/rst-rk3588.c
+++ b/drivers/clk/rockchip/rst-rk3588.c
@@ -577,6 +577,7 @@ static const int rk3588_register_offset[] = {
/* SOFTRST_CON59 */
RK3588_CRU_RESET_OFFSET(SRST_A_HDCP1_BIU, 59, 6),
+ RK3588_CRU_RESET_OFFSET(SRST_A_HDMIRX_BIU, 59, 7),
RK3588_CRU_RESET_OFFSET(SRST_A_VO1_BIU, 59, 8),
RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_BIU, 59, 9),
RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_S_BIU, 59, 10),