Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965031AbbGVNc2 (ORCPT ); Wed, 22 Jul 2015 09:32:28 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([146.101.78.143]:39886 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933442AbbGVNc0 convert rfc822-to-8bit (ORCPT ); Wed, 22 Jul 2015 09:32:26 -0400 Date: Wed, 22 Jul 2015 14:32:23 +0100 From: Liviu Dudau To: Sudeep Holla Cc: "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Lorenzo Pieralisi , "Jon Medhurst (Tixy)" , Arnd Bergmann , Kevin Hilman , Olof Johansson Subject: Re: [PATCH v4 8/8] arm64: dts: add clock support for all the cpus Message-ID: <20150722133223.GI14923@e106497-lin.cambridge.arm.com> References: <1433760002-24120-1-git-send-email-sudeep.holla@arm.com> <1433760002-24120-9-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 In-Reply-To: <1433760002-24120-9-git-send-email-sudeep.holla@arm.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-OriginalArrivalTime: 22 Jul 2015 13:32:23.0208 (UTC) FILETIME=[D7624A80:01D0C482] X-MC-Unique: LedjUAbbRF-1SIYNR5taBg-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3457 Lines: 136 On Mon, Jun 08, 2015 at 11:40:02AM +0100, Sudeep Holla wrote: > This patch adds the CPU clocks so that the CPU DVFS can be enabled. > > Cc: Liviu Dudau > Cc: Jon Medhurst (Tixy) > Signed-off-by: Sudeep Holla > --- > arch/arm64/boot/dts/arm/juno-r1.dts | 6 ++++++ > arch/arm64/boot/dts/arm/juno.dts | 6 ++++++ > 2 files changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/arm/juno-r1.dts b/arch/arm64/boot/dts/arm/juno-r1.dts > index 69130840c6cd..5eef4aa0c532 100644 > --- a/arch/arm64/boot/dts/arm/juno-r1.dts > +++ b/arch/arm64/boot/dts/arm/juno-r1.dts > @@ -66,6 +66,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A57_L2>; > + clocks = <&scpi_dvfs 0>; > }; > > A57_1: cpu@1 { > @@ -74,6 +75,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A57_L2>; > + clocks = <&scpi_dvfs 0>; > }; > > A53_0: cpu@100 { > @@ -82,6 +84,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_1: cpu@101 { > @@ -90,6 +93,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_2: cpu@102 { > @@ -98,6 +102,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_3: cpu@103 { > @@ -106,6 +111,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A57_L2: l2-cache0 { > diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts > index ce1128a54c8d..c02f880584e8 100644 > --- a/arch/arm64/boot/dts/arm/juno.dts > +++ b/arch/arm64/boot/dts/arm/juno.dts > @@ -66,6 +66,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A57_L2>; > + clocks = <&scpi_dvfs 0>; > }; > > A57_1: cpu@1 { > @@ -74,6 +75,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A57_L2>; > + clocks = <&scpi_dvfs 0>; > }; > > A53_0: cpu@100 { > @@ -82,6 +84,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_1: cpu@101 { > @@ -90,6 +93,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_2: cpu@102 { > @@ -98,6 +102,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A53_3: cpu@103 { > @@ -106,6 +111,7 @@ > device_type = "cpu"; > enable-method = "psci"; > next-level-cache = <&A53_L2>; > + clocks = <&scpi_dvfs 1>; > }; > > A57_L2: l2-cache0 { > -- > 1.9.1 > Acked-by: Liviu Dudau -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯ -- 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/