From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Djakov Subject: Re: [PATCH v2 1/5] clk: qcom: Enable gpll0_vote rate propagation on MSM8916 Date: Sat, 25 Jul 2015 05:12:55 +0300 Message-ID: <55B2F0A7.8070005@linaro.org> References: <1437757119-6910-1-git-send-email-georgi.djakov@linaro.org> <1437757119-6910-2-git-send-email-georgi.djakov@linaro.org> <55B27509.8080108@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f178.google.com ([209.85.212.178]:35941 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145AbbGYCNA (ORCPT ); Fri, 24 Jul 2015 22:13:00 -0400 Received: by wicgb10 with SMTP id gb10so47043373wic.1 for ; Fri, 24 Jul 2015 19:12:59 -0700 (PDT) In-Reply-To: <55B27509.8080108@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: agross@codeaurora.org, mturquette@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On 24.07.15 20:25, Stephen Boyd wrote: > On 07/24/2015 09:58 AM, Georgi Djakov wrote: >> Currently we are missing the SET_RATE_PARENT flag on gpll0_vote and >> as a result of that, when it has a child with SET_RATE_PARENT flag, >> the rate of the child is not propagated up to the gpll0. Fix that >> by adding the SET_RATE_PARENT flag to gpll0_vote. >> >> Signed-off-by: Georgi Djakov > > This doesn't make any sense. GPLL0 doesn't change rate, so having the flag here on the GPLL0 vote clock doesn't help anything. > Right, gpll0 has a fixed rate. Sorry for the confusion.