linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: gcc-msm8916: add support to 9.6MHz codec clk
@ 2017-06-12  9:41 Srinivas Kandagatla
  2017-06-20  0:47 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Kandagatla @ 2017-06-12  9:41 UTC (permalink / raw)
  To: Stephen Boyd, linux-clk
  Cc: Andy Gross, Michael Turquette, linux-arm-msm, linux-kernel,
	Srinivas Kandagatla

MCLK for internal audio codec is expected to be at 9.6MHz by default.
This patch adds support to 9.6MHz to make the default case possible.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 drivers/clk/qcom/gcc-msm8916.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/gcc-msm8916.c b/drivers/clk/qcom/gcc-msm8916.c
index 628e6ca276ec..2cfe7000fc60 100644
--- a/drivers/clk/qcom/gcc-msm8916.c
+++ b/drivers/clk/qcom/gcc-msm8916.c
@@ -1430,6 +1430,7 @@ static struct clk_branch gcc_ultaudio_stc_xo_clk = {
 };
 
 static const struct freq_tbl ftbl_codec_clk[] = {
+	F(9600000, P_XO, 2, 0, 0),
 	F(19200000, P_XO, 1, 0, 0),
 	F(11289600, P_EXT_MCLK, 1, 0, 0),
 	{ }
-- 
2.11.0

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

* Re: [PATCH] clk: gcc-msm8916: add support to 9.6MHz codec clk
  2017-06-12  9:41 [PATCH] clk: gcc-msm8916: add support to 9.6MHz codec clk Srinivas Kandagatla
@ 2017-06-20  0:47 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2017-06-20  0:47 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: linux-clk, Andy Gross, Michael Turquette, linux-arm-msm,
	linux-kernel

On 06/12, Srinivas Kandagatla wrote:
> MCLK for internal audio codec is expected to be at 9.6MHz by default.
> This patch adds support to 9.6MHz to make the default case possible.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2017-06-20  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12  9:41 [PATCH] clk: gcc-msm8916: add support to 9.6MHz codec clk Srinivas Kandagatla
2017-06-20  0:47 ` 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).