Skip to content

Commit 159b2f5

Browse files
0xB0Dandersson
authored andcommitted
clk: qcom: gcc-msm8939: Add missing CAMSS CCI bus clock
Standard CCI bus clock clocks are 19.2 MHz and 37.5 MHz. We already define the 19.2 MHz but are missing the 37.5 MHz. See qcom kernel drivers/clk/qcom/clock-gcc-8936.c::ftbl_gcc_camss_cci_clk[] Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220712125922.3461675-3-bryan.odonoghue@linaro.org
1 parent 2bc308e commit 159b2f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/gcc-msm8939.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ static struct clk_rcg2 blsp1_uart2_apps_clk_src = {
10151015

10161016
static const struct freq_tbl ftbl_gcc_camss_cci_clk[] = {
10171017
F(19200000, P_XO, 1, 0, 0),
1018+
F(37500000, P_GPLL0, 1, 3, 64),
10181019
{ }
10191020
};
10201021

0 commit comments

Comments
 (0)