From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Clark Subject: [PATCH] clk/qcom/mmcc: add missing tv clk freq Date: Fri, 11 Jul 2014 15:16:47 -0400 Message-ID: <1405106207-26638-1-git-send-email-robdclark@gmail.com> Return-path: Received: from mail-qa0-f52.google.com ([209.85.216.52]:42895 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbaGKTQw (ORCPT ); Fri, 11 Jul 2014 15:16:52 -0400 Received: by mail-qa0-f52.google.com with SMTP id j15so1202812qaq.25 for ; Fri, 11 Jul 2014 12:16:52 -0700 (PDT) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-msm@vger.kernel.org Cc: Rob Clark Signed-off-by: Rob Clark --- 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