From: Rob Clark <robdclark@gmail.com>
To: linux-arm-msm@vger.kernel.org
Cc: Rob Clark <robdclark@gmail.com>
Subject: [PATCH] clk/qcom/mmcc: add missing tv clk freq
Date: Fri, 11 Jul 2014 15:16:47 -0400 [thread overview]
Message-ID: <1405106207-26638-1-git-send-email-robdclark@gmail.com> (raw)
Signed-off-by: Rob Clark <robdclark@gmail.com>
---
It would probably be better to get rid of the fixed table, which
duplicates the set of fixed frequences in the hdmi pll clk (in
drm/msm/hdmi). But I'll leave that as an exercise for someone
who knows the clk driver better than myself. Until then, this
trivial fix is useful.
drivers/clk/qcom/mmcc-msm8960.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/qcom/mmcc-msm8960.c b/drivers/clk/qcom/mmcc-msm8960.c
index fbb19c2..7a3215e 100644
--- a/drivers/clk/qcom/mmcc-msm8960.c
+++ b/drivers/clk/qcom/mmcc-msm8960.c
@@ -1223,6 +1223,7 @@ static struct freq_tbl clk_tbl_tv[] = {
{ 25200000, P_HDMI_PLL, 1, 0, 0 },
{ 27000000, P_HDMI_PLL, 1, 0, 0 },
{ 27030000, P_HDMI_PLL, 1, 0, 0 },
+ { 65000000, P_HDMI_PLL, 1, 0, 0 },
{ 74250000, P_HDMI_PLL, 1, 0, 0 },
{ 108000000, P_HDMI_PLL, 1, 0, 0 },
{ 148500000, P_HDMI_PLL, 1, 0, 0 },
--
1.9.3
next reply other threads:[~2014-07-11 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-11 19:16 Rob Clark [this message]
2014-07-11 20:01 ` [PATCH] clk: qcom: Support bypass RCG configuration Stephen Boyd
2014-07-12 11:49 ` Rob Clark
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1405106207-26638-1-git-send-email-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox