Skip to content

Commit 5733376

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 f4d361f commit 5733376

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
@@ -8507,6 +8507,7 @@ static const struct qcom_reset_map gcc_glymur_resets[] = {
85078507
[GCC_VIDEO_AXI0_CLK_ARES] = { 0x3201c, 2 },
85088508
[GCC_VIDEO_AXI1_CLK_ARES] = { 0x32044, 2 },
85098509
[GCC_VIDEO_BCR] = { 0x32000 },
8510+
[GCC_VIDEO_AXI0C_CLK_ARES] = { 0x32030, 2 },
85108511
};
85118512

85128513
static const struct clk_rcg_dfs_data gcc_dfs_clocks[] = {

0 commit comments

Comments
 (0)