From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] clk: qcom: Add IPQ8064 PLL required for USB Date: Mon, 15 Sep 2014 11:18:20 -0700 Message-ID: <54172D6C.10902@codeaurora.org> References: <1410754332-26699-1-git-send-email-agross@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1410754332-26699-1-git-send-email-agross@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Andy Gross , Mike Turquette Cc: Kumar Gala , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Ivan T. Ivanov" List-Id: linux-arm-msm@vger.kernel.org On 09/14/14 21:12, Andy Gross wrote: > static struct clk_pll pll3 = { > .l_reg = 0x3164, > .m_reg = 0x3168, > @@ -155,6 +182,7 @@ static const char *gcc_pxo_pll8_pll0_map[] = { > "pxo", > "pll8_vote", > "pll0", > + "pll0_vote", > }; This is wrong. We should be removing pll0 and adding pll0_vote. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation