mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
clk: qcom: gcc-glymur: Add video axi clock resets for glymur
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: efe504300a ("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>
This commit is contained in:
parent
ed9ca82961
commit
1c8ce43e1e
|
|
@ -8507,6 +8507,7 @@ static const struct qcom_reset_map gcc_glymur_resets[] = {
|
|||
[GCC_VIDEO_AXI0_CLK_ARES] = { 0x3201c, 2 },
|
||||
[GCC_VIDEO_AXI1_CLK_ARES] = { 0x32044, 2 },
|
||||
[GCC_VIDEO_BCR] = { 0x32000 },
|
||||
[GCC_VIDEO_AXI0C_CLK_ARES] = { 0x32030, 2 },
|
||||
};
|
||||
|
||||
static const struct clk_rcg_dfs_data gcc_dfs_clocks[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user