Skip to content

Commit 7af6701

Browse files
Shreeya Patelmmind
authored andcommitted
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]>
1 parent 007bd99 commit 7af6701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/rst-rk3588.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ static const int rk3588_register_offset[] = {
577577

578578
/* SOFTRST_CON59 */
579579
RK3588_CRU_RESET_OFFSET(SRST_A_HDCP1_BIU, 59, 6),
580+
RK3588_CRU_RESET_OFFSET(SRST_A_HDMIRX_BIU, 59, 7),
580581
RK3588_CRU_RESET_OFFSET(SRST_A_VO1_BIU, 59, 8),
581582
RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_BIU, 59, 9),
582583
RK3588_CRU_RESET_OFFSET(SRST_H_VOP1_S_BIU, 59, 10),

0 commit comments

Comments
 (0)