Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] clk/qcom/mmcc: add missing tv clk freq
@ 2014-07-11 19:16 Rob Clark
  2014-07-11 20:01 ` [PATCH] clk: qcom: Support bypass RCG configuration Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Clark @ 2014-07-11 19:16 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: Rob Clark

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

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

end of thread, other threads:[~2014-07-12 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11 19:16 [PATCH] clk/qcom/mmcc: add missing tv clk freq Rob Clark
2014-07-11 20:01 ` [PATCH] clk: qcom: Support bypass RCG configuration Stephen Boyd
2014-07-12 11:49   ` Rob Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox