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

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocks

SDCC clocks must be rounded down to avoid overclocking the controller.

Fixes: 3d89d52970fd ("clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC")
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230508163145.9678-1-quic_kathirav@quicinc.com

authored by

Kathiravan T and committed by
Bjorn Andersson
a30e62bf de6d1f0c

+1 -1
+1 -1
drivers/clk/qcom/gcc-ipq5332.c
··· 963 963 .name = "gcc_sdcc1_apps_clk_src", 964 964 .parent_data = gcc_parent_data_9, 965 965 .num_parents = ARRAY_SIZE(gcc_parent_data_9), 966 - .ops = &clk_rcg2_ops, 966 + .ops = &clk_rcg2_floor_ops, 967 967 }, 968 968 }; 969 969