All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amit Kucheria <amit.kucheria@linaro.org>
To: Matthias Kaehlcke <mka@chromium.org>
Cc: Andy Gross <andy.gross@linaro.org>,
	David Brown <david.brown@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	DTML <devicetree@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Rajendra Nayak <rnayak@codeaurora.org>,
	Douglas Anderson <dianders@chromium.org>
Subject: Re: [PATCH] arm64: dts: sdm845: Add dynamic CPU power coefficients
Date: Tue, 12 Feb 2019 10:35:14 +0530	[thread overview]
Message-ID: <CAP245DWMH44v_E5uqet4Wm_bwpwLL7K_faB4Vq=7H5onxj94qg@mail.gmail.com> (raw)
In-Reply-To: <20190211190019.171583-1-mka@chromium.org>

On Tue, Feb 12, 2019 at 12:30 AM Matthias Kaehlcke <mka@chromium.org> wrote:
>
> Add dynamic power coefficients for the Silver and Gold CPU cores of
> the Qualcomm SDM845.
>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>

> ---
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index e4b69c74fe077..6e8a2331176ec 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -120,6 +120,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x0>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <100>;
>                         qcom,freq-domain = <&cpufreq_hw 0>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_0>;
> @@ -137,6 +138,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x100>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <100>;
>                         qcom,freq-domain = <&cpufreq_hw 0>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_100>;
> @@ -151,6 +153,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x200>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <100>;
>                         qcom,freq-domain = <&cpufreq_hw 0>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_200>;
> @@ -165,6 +168,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x300>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <100>;
>                         qcom,freq-domain = <&cpufreq_hw 0>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_300>;
> @@ -179,6 +183,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x400>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <396>;
>                         qcom,freq-domain = <&cpufreq_hw 1>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_400>;
> @@ -193,6 +198,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x500>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <396>;
>                         qcom,freq-domain = <&cpufreq_hw 1>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_500>;
> @@ -207,6 +213,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x600>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <396>;
>                         qcom,freq-domain = <&cpufreq_hw 1>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_600>;
> @@ -221,6 +228,7 @@
>                         compatible = "qcom,kryo385";
>                         reg = <0x0 0x700>;
>                         enable-method = "psci";
> +                       dynamic-power-coefficient = <396>;
>                         qcom,freq-domain = <&cpufreq_hw 1>;
>                         #cooling-cells = <2>;
>                         next-level-cache = <&L2_700>;
> --
> 2.20.1.791.gb4d0f1c61a-goog
>

      parent reply	other threads:[~2019-02-12  5:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-11 19:00 [PATCH] arm64: dts: sdm845: Add dynamic CPU power coefficients Matthias Kaehlcke
2019-02-11 19:29 ` Doug Anderson
2019-02-12  5:05 ` Amit Kucheria [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP245DWMH44v_E5uqet4Wm_bwpwLL7K_faB4Vq=7H5onxj94qg@mail.gmail.com' \
    --to=amit.kucheria@linaro.org \
    --cc=andy.gross@linaro.org \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mka@chromium.org \
    --cc=rnayak@codeaurora.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.