devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks
@ 2023-04-24 12:13 Mantas Pucka
  2023-04-24 12:13 ` [PATCH 2/3] dt-bindings: mmc: sdhci-msm: add IPQ6018 compatible Mantas Pucka
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mantas Pucka @ 2023-04-24 12:13 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Michael Turquette, Stephen Boyd,
	Bhupesh Sharma
  Cc: Abhishek Sahu, Anusha Canchi Ramachandra Rao, Sricharan R,
	Sivaprakash Murugesan, linux-mmc, devicetree, linux-kernel,
	linux-arm-msm, linux-clk, Mantas Pucka

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>
---
 drivers/clk/qcom/gcc-ipq6018.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-ipq6018.c b/drivers/clk/qcom/gcc-ipq6018.c
index 3f9c2f61a5d9..5c5d1b04ea7a 100644
--- a/drivers/clk/qcom/gcc-ipq6018.c
+++ b/drivers/clk/qcom/gcc-ipq6018.c
@@ -1654,7 +1654,7 @@ static struct clk_rcg2 sdcc1_apps_clk_src = {
 		.name = "sdcc1_apps_clk_src",
 		.parent_data = gcc_xo_gpll0_gpll2_gpll0_out_main_div2,
 		.num_parents = 4,
-		.ops = &clk_rcg2_ops,
+		.ops = &clk_rcg2_floor_ops,
 	},
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-31 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 12:13 [PATCH 1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks Mantas Pucka
2023-04-24 12:13 ` [PATCH 2/3] dt-bindings: mmc: sdhci-msm: add IPQ6018 compatible Mantas Pucka
2023-04-25 18:54   ` Rob Herring
2023-05-09 10:09   ` Ulf Hansson
2023-04-24 12:13 ` [PATCH 3/3] arm64: dts: qcom: ipq6018: add SDHCI node Mantas Pucka
2023-10-31 19:46   ` Robert Marko
2023-04-25  1:30 ` [PATCH 1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).