Skip to content

Commit 1e56e33

Browse files
taniyadas20gregkh
authored andcommitted
clk: qcom: gcc-glymur: Add video axi clock resets for glymur
[ Upstream commit 1c8ce43 ] The global clock controller video axi reset clocks are required by the video SW driver to assert and deassert the clock resets during their power down sequence. Hence add these clock resets. Fixes: efe5043 ("clk: qcom: gcc: Add support for Global Clock Controller") Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260202-glymur_videocc-v2-3-8f7d8b4d8edd@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 927c8a5 commit 1e56e33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/gcc-glymur.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8508,6 +8508,7 @@ static const struct qcom_reset_map gcc_glymur_resets[] = {
85088508
[GCC_VIDEO_AXI0_CLK_ARES] = { 0x3201c, 2 },
85098509
[GCC_VIDEO_AXI1_CLK_ARES] = { 0x32044, 2 },
85108510
[GCC_VIDEO_BCR] = { 0x32000 },
8511+
[GCC_VIDEO_AXI0C_CLK_ARES] = { 0x32030, 2 },
85118512
};
85128513

85138514
static const struct clk_rcg_dfs_data gcc_dfs_clocks[] = {

0 commit comments

Comments
 (0)