Signed-off-by: Rob Clark <robdclark@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html