Skip to content

Commit 393f783

Browse files
taniyadas20andersson
authored andcommitted
clk: qcom: gcc-sm8750: Add a new frequency for sdcc2 clock
The SD card support requires a 37.5MHz clock; add it to the frequency list for the storage SW driver to be able to request for the frequency. Fixes: 3267c77 ("clk: qcom: Add support for GCC on SM8750") Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com> Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250924-sm8750_gcc_sdcc2_frequency-v1-1-541fd321125f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e3c13e0 commit 393f783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/gcc-sm8750.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ static struct clk_rcg2 gcc_qupv3_wrap2_s7_clk_src = {
10121012
static const struct freq_tbl ftbl_gcc_sdcc2_apps_clk_src[] = {
10131013
F(400000, P_BI_TCXO, 12, 1, 4),
10141014
F(25000000, P_GCC_GPLL0_OUT_EVEN, 12, 0, 0),
1015+
F(37500000, P_GCC_GPLL0_OUT_EVEN, 8, 0, 0),
10151016
F(50000000, P_GCC_GPLL0_OUT_EVEN, 6, 0, 0),
10161017
F(100000000, P_GCC_GPLL0_OUT_EVEN, 3, 0, 0),
10171018
F(202000000, P_GCC_GPLL9_OUT_MAIN, 4, 0, 0),

0 commit comments

Comments
 (0)