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

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: 3267c774f3ff ("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>

authored by

Taniya Das and committed by
Bjorn Andersson
393f7834 e3c13e0c

+1
+1
drivers/clk/qcom/gcc-sm8750.c
··· 1012 1012 static const struct freq_tbl ftbl_gcc_sdcc2_apps_clk_src[] = { 1013 1013 F(400000, P_BI_TCXO, 12, 1, 4), 1014 1014 F(25000000, P_GCC_GPLL0_OUT_EVEN, 12, 0, 0), 1015 + F(37500000, P_GCC_GPLL0_OUT_EVEN, 8, 0, 0), 1015 1016 F(50000000, P_GCC_GPLL0_OUT_EVEN, 6, 0, 0), 1016 1017 F(100000000, P_GCC_GPLL0_OUT_EVEN, 3, 0, 0), 1017 1018 F(202000000, P_GCC_GPLL9_OUT_MAIN, 4, 0, 0),