Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Link: https://lore.kernel.org/r/20250709-x1e-videocc-v2-5-ad1acf5674b4@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Stephan Gerhold and committed by
Bjorn Andersson
eb1af6ee d0b70650

+2
+2
drivers/clk/qcom/gcc-x1e80100.c
··· 6674 6674 [GCC_USB_1_PHY_BCR] = { 0x2a020 }, 6675 6675 [GCC_USB_2_PHY_BCR] = { 0xa3020 }, 6676 6676 [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 }, 6677 6679 }; 6678 6680 6679 6681 static const struct clk_rcg_dfs_data gcc_dfs_clocks[] = {