Skip to content

Commit eb1af6e

Browse files
stephan-ghandersson
authored andcommitted
clk: qcom: gcc-x1e80100: Add missing video resets
Add the missing video resets that are needed for the iris video codec. Copied from gcc-sm8550.c. Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Bryan O'Donoghue <[email protected]> Signed-off-by: Stephan Gerhold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent d0b7065 commit eb1af6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gcc-x1e80100.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6674,6 +6674,8 @@ static const struct qcom_reset_map gcc_x1e80100_resets[] = {
66746674
[GCC_USB_1_PHY_BCR] = { 0x2a020 },
66756675
[GCC_USB_2_PHY_BCR] = { 0xa3020 },
66766676
[GCC_VIDEO_BCR] = { 0x32000 },
6677+
[GCC_VIDEO_AXI0_CLK_ARES] = { .reg = 0x32018, .bit = 2, .udelay = 1000 },
6678+
[GCC_VIDEO_AXI1_CLK_ARES] = { .reg = 0x32024, .bit = 2, .udelay = 1000 },
66776679
};
66786680

66796681
static const struct clk_rcg_dfs_data gcc_dfs_clocks[] = {

0 commit comments

Comments
 (0)