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


Groups > linux.kernel > #1502918

Re: [PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table for LD11 SoC

From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table for LD11 SoC
Date 2016-10-18 13:30 +0200
Message-ID <stAKL-WC-45@gated-at.bofh.it> (permalink)
References <ssVex-7r1-7@gated-at.bofh.it> <ssVex-7r1-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 16-10-16, 23:59, Masahiro Yamada wrote:
> +	cluster0_opp: opp_table {
> +		compatible = "operating-points-v2";
> +		opp-shared;
> +
> +		opp@245000000 {
> +			opp-hz = /bits/ 64 <245000000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@250000000 {
> +			opp-hz = /bits/ 64 <250000000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@490000000 {
> +			opp-hz = /bits/ 64 <490000000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@500000000 {
> +			opp-hz = /bits/ 64 <500000000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@653333333 {

Why isn't ^^ matching with below values ? Same in next patch as well.

> +			opp-hz = /bits/ 64 <653334000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@666666666 {
> +			opp-hz = /bits/ 64 <666667000>;
> +			clock-latency-ns = <300>;
> +		};
> +		opp@980000000 {
> +			opp-hz = /bits/ 64 <980000000>;
> +			clock-latency-ns = <300>;
> +		};
> +	};
> +
>  	clocks {
>  		refclk: ref {
>  			compatible = "fixed-clock";
> -- 
> 1.9.1

-- 
viresh

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table for LD11 SoC Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-16 17:10 +0200
  Re: [PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table  for LD11 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2016-10-18 13:30 +0200
    Re: [PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table for  LD11 SoC Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-19 11:10 +0200
      Re: [PATCH 2/3] arm64: dts: uniphier: add CPU clock and OPP table  for LD11 SoC Viresh Kumar <viresh.kumar@linaro.org> - 2016-10-19 16:30 +0200

csiph-web