Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753798AbbB0BP7 (ORCPT ); Thu, 26 Feb 2015 20:15:59 -0500 Received: from mail-ie0-f178.google.com ([209.85.223.178]:43188 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753279AbbB0BP5 convert rfc822-to-8bit (ORCPT ); Thu, 26 Feb 2015 20:15:57 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Stephen Boyd , "Stephen Boyd" From: Mike Turquette In-Reply-To: <1424727028-3998-1-git-send-email-sboyd@codeaurora.org> Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org References: <1424727028-3998-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20150227011542.421.19055@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH] clk: qcom: Fix i2c frequency table Date: Thu, 26 Feb 2015 17:15:42 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1365 Lines: 40 Quoting Stephen Boyd (2015-02-23 13:30:28) > PXO is 25MHz, not 27MHz. Fix the table. > > Fixes: 24d8fba44af3 "clk: qcom: Add support for IPQ8064's global > clock controller (GCC)" > > Signed-off-by: Stephen Boyd Applied to clk-next. Regards, Mike > --- > drivers/clk/qcom/gcc-ipq806x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/qcom/gcc-ipq806x.c b/drivers/clk/qcom/gcc-ipq806x.c > index cbdc31dea7f4..a015bb06c09b 100644 > --- a/drivers/clk/qcom/gcc-ipq806x.c > +++ b/drivers/clk/qcom/gcc-ipq806x.c > @@ -525,8 +525,8 @@ static struct freq_tbl clk_tbl_gsbi_qup[] = { > { 10800000, P_PXO, 1, 2, 5 }, > { 15060000, P_PLL8, 1, 2, 51 }, > { 24000000, P_PLL8, 4, 1, 4 }, > + { 25000000, P_PXO, 1, 0, 0 }, > { 25600000, P_PLL8, 1, 1, 15 }, > - { 27000000, P_PXO, 1, 0, 0 }, > { 48000000, P_PLL8, 4, 1, 2 }, > { 51200000, P_PLL8, 1, 2, 15 }, > { } > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/