linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks
@ 2021-06-05 10:40 Bartosz Dudziak
  2021-06-28  0:02 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Dudziak @ 2021-06-05 10:40 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd,
	linux-arm-msm, linux-clk, linux-kernel
  Cc: Bartosz Dudziak

Add compatible for rpm smd clocks, PMIC and bus clocks which are required
on MSM8226 for clients to vote on.

Signed-off-by: Bartosz Dudziak <bartosz.dudziak@snejp.pl>
---
 drivers/clk/qcom/clk-smd-rpm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/clk-smd-rpm.c b/drivers/clk/qcom/clk-smd-rpm.c
index 295fc08edd..8bced53b49 100644
--- a/drivers/clk/qcom/clk-smd-rpm.c
+++ b/drivers/clk/qcom/clk-smd-rpm.c
@@ -914,6 +914,7 @@ static const struct rpm_smd_clk_desc rpm_clk_sdm660 = {
 };
 
 static const struct of_device_id rpm_smd_clk_match_table[] = {
+	{ .compatible = "qcom,rpmcc-msm8226", .data = &rpm_clk_msm8974 },
 	{ .compatible = "qcom,rpmcc-msm8916", .data = &rpm_clk_msm8916 },
 	{ .compatible = "qcom,rpmcc-msm8936", .data = &rpm_clk_msm8936 },
 	{ .compatible = "qcom,rpmcc-msm8974", .data = &rpm_clk_msm8974 },
-- 
2.25.1


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

* Re: [PATCH v2] clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks
  2021-06-05 10:40 [PATCH v2] clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks Bartosz Dudziak
@ 2021-06-28  0:02 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-06-28  0:02 UTC (permalink / raw)
  To: Andy Gross, Bartosz Dudziak, Bjorn Andersson, Michael Turquette,
	linux-arm-msm, linux-clk, linux-kernel
  Cc: Bartosz Dudziak

Quoting Bartosz Dudziak (2021-06-05 03:40:40)
> Add compatible for rpm smd clocks, PMIC and bus clocks which are required
> on MSM8226 for clients to vote on.
> 
> Signed-off-by: Bartosz Dudziak <bartosz.dudziak@snejp.pl>
> ---

Applied to clk-next

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

end of thread, other threads:[~2021-06-28  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 10:40 [PATCH v2] clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks Bartosz Dudziak
2021-06-28  0:02 ` 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).