Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1189951 > unrolled thread

Re: [PATCH v4 8/8] arm64: dts: add clock support for all the cpus

Started byLiviu Dudau <Liviu.Dudau@arm.com>
First post2015-07-22 15:40 +0200
Last post2015-07-22 15:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 8/8] arm64: dts: add clock support for all the cpus Liviu Dudau <Liviu.Dudau@arm.com> - 2015-07-22 15:40 +0200

#1189951 — Re: [PATCH v4 8/8] arm64: dts: add clock support for all the cpus

FromLiviu Dudau <Liviu.Dudau@arm.com>
Date2015-07-22 15:40 +0200
SubjectRe: [PATCH v4 8/8] arm64: dts: add clock support for all the cpus
Message-ID<pP2pz-8g1-9@gated-at.bofh.it>
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 <Liviu.Dudau@arm.com>
> Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
>  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 <Liviu.Dudau@arm.com>

-- 
====================
| 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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web