diff mbox

clk/qcom/mmcc: add missing tv clk freq

Message ID 1405106207-26638-1-git-send-email-robdclark@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Rob Clark July 11, 2014, 7:16 p.m. UTC
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 mbox

Patch

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 },