From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v8 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver Date: Mon, 8 Oct 2018 15:29:52 +0530 Message-ID: <20181008095952.gl7di2tnuv3jwew6@vireshk-i7> References: <1537698793-15285-1-git-send-email-tdas@codeaurora.org> <1537698793-15285-3-git-send-email-tdas@codeaurora.org> <20181008084012.GA23693@centauri.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181008084012.GA23693@centauri.lan> Sender: linux-kernel-owner@vger.kernel.org To: Niklas Cassel Cc: Taniya Das , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Stephen Boyd , Rajendra Nayak , devicetree@vger.kernel.org, robh@kernel.org, skannan@codeaurora.org, linux-arm-msm@vger.kernel.org, amit.kucheria@linaro.org, evgreen@google.com List-Id: linux-arm-msm@vger.kernel.org On 08-10-18, 10:40, Niklas Cassel wrote: > > + ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain", > > + "#freq-domain-cells", 0, &args); > > Hello Taniya, > > in your DT binding, you use > > #freq-domains-cells = <1> > > Yet here you parse for "#freq-domain-cells". And what is the problem with that ? Or are you suggesting her to call of_parse_phandle_with_fixed_args() ? -- viresh