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-ipq6018: Use floor ops for sdcc clocks

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

Fixes: d9db07f088af ("clk: qcom: Add ipq6018 Global Clock Controller support")
Signed-off-by: Mantas Pucka <mantas@8devices.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/1682413909-24927-1-git-send-email-mantas@8devices.com

authored by

Mantas Pucka and committed by
Bjorn Andersson
56e5ae01 ffd853c2

+1 -1
+1 -1
drivers/clk/qcom/gcc-ipq6018.c
··· 1654 1654 .name = "sdcc1_apps_clk_src", 1655 1655 .parent_data = gcc_xo_gpll0_gpll2_gpll0_out_main_div2, 1656 1656 .num_parents = 4, 1657 - .ops = &clk_rcg2_ops, 1657 + .ops = &clk_rcg2_floor_ops, 1658 1658 }, 1659 1659 }; 1660 1660