diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2022-07-12 15:59:20 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-19 02:55:31 +0300 |
commit | 2c37d70c82e826e44163ab2c83f8b7b81e7db35a (patch) | |
tree | c23f143d45cb4bdba8ba87fff819a022a8997a78 /fs | |
parent | 680b86da10a23268b24d65b567830824075eb151 (diff) | |
download | linux-2c37d70c82e826e44163ab2c83f8b7b81e7db35a.tar.xz |
clk: qcom: gcc-msm8939: Add missing CAMSS CPP clock frequencies
Reviewing the qcom msm8936.c clock frequency tables we see
static struct clk_freq_tbl ftbl_gcc_camss_cpp_clk[] = {
F( 160000000, gpll0_out_main, 5, 0, 0),
F( 200000000, gpll0_out_main, 4, 0, 0),
F( 228570000, gpll0_out_main, 3.5, 0, 0),
F( 266670000, gpll0_out_main, 3, 0, 0),
F( 320000000, gpll0_out_main, 2.5, 0, 0),
F( 465000000, gpll2_out_main, 2, 0, 0),
F_END
};
which is a super-set of the msm8916 original definitions.
Add in the missing frequency definitions now.
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-5-bryan.odonoghue@linaro.org
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions