From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pramod Gurav Subject: Re: [PATCH v2 05/10] arm: qcom-msm8974: Add CPU phandles to CPU definitions Date: Thu, 14 Aug 2014 15:34:19 +0530 Message-ID: <53EC89A3.3040206@smartplayin.com> References: <1407872640-6732-1-git-send-email-lina.iyer@linaro.org> <1407872640-6732-6-git-send-email-lina.iyer@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp102.ord1c.emailsrvr.com ([108.166.43.102]:55989 "EHLO smtp102.ord1c.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbaHNKAu (ORCPT ); Thu, 14 Aug 2014 06:00:50 -0400 In-Reply-To: <1407872640-6732-6-git-send-email-lina.iyer@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Lina Iyer Cc: daniel.lezcano@linaro.org, khilman@linaro.org, amit.kucheria@linaro.org, sboyd@codeaurora.org, davidb@codeaurora.org, galak@codeaurora.org, linux-arm-msm@vger.kernel.org, msivasub@codeaurora.org On Wednesday 13 August 2014 01:13 AM, Lina Iyer wrote: > Add CPU phandle labels for all Krait CPUS. > > Signed-off-by: Lina Iyer > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Hi Lina, These changes are already done by Stephen's below cpufreq patch whicth adds OPP table for 8974. You might want to sync them up. Author: Stephen Boyd Date: Wed Jun 25 05:36:23 2014 +0530 ARM: dts: qcom: Add necessary DT data for Krait cpufreq Add the necessary DT nodes and data so we can probe the cpufreq driver on MSM devices with Krait CPUs. Signed-off-by: Stephen Boyd > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi Thanks Pramod