devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Georgi Djakov <djakov@kernel.org>
To: Shaik Sajida Bhanu <sbhanu@codeaurora.org>, bjorn.andersson@linaro.org
Cc: asutoshd@codeaurora.org, stummala@codeaurora.org,
	vbadigan@codeaurora.org, rampraka@codeaurora.org,
	sayalil@codeaurora.org, sartgarg@codeaurora.org,
	rnayak@codeaurora.org, saiprakash.ranjan@codeaurora.org,
	sibis@codeaurora.org, okukatla@codeaurora.org,
	cang@codeaurora.org, pragalla@codeaurora.org,
	nitirawa@codeaurora.org, linux-mmc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, agross@kernel.org,
	adrian.hunter@intel.com, ulf.hansson@linaro.org,
	robh+dt@kernel.org
Subject: Re: [PATCH V2] arm64: dts: qcom: sc7180: bus votes for eMMC and SD card
Date: Mon, 21 Jun 2021 11:56:48 +0300	[thread overview]
Message-ID: <3229daff-9a32-bced-7e02-c557f7f8b572@kernel.org> (raw)
In-Reply-To: <1623835344-29607-1-git-send-email-sbhanu@codeaurora.org>

On 16.06.21 12:22, Shaik Sajida Bhanu wrote:
> Update peak bandwidth and average bandwidth vote values for eMMC and
> SDCard. This patch calculates the new votes as per the comments from
> https://lore.kernel.org/patchwork/patch/1399453/#1619566.
> 
> Signed-off-by: Shaik Sajida Bhanu <sbhanu@codeaurora.org>

Reviewed-by: Georgi Djakov <djakov@kernel.org>

> ---
> 
> Changes since V1:
> 	- Updated the commit message with proper information.
> ---
>   arch/arm64/boot/dts/qcom/sc7180.dtsi | 20 ++++++++++----------
>   1 file changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> index fb1d9ad..a5d58eb 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
> @@ -727,15 +727,15 @@
>   				opp-100000000 {
>   					opp-hz = /bits/ 64 <100000000>;
>   					required-opps = <&rpmhpd_opp_low_svs>;
> -					opp-peak-kBps = <100000 100000>;
> -					opp-avg-kBps = <100000 50000>;
> +					opp-peak-kBps = <1800000 600000>;
> +					opp-avg-kBps = <100000 0>;
>   				};
>   
>   				opp-384000000 {
>   					opp-hz = /bits/ 64 <384000000>;
> -					required-opps = <&rpmhpd_opp_svs_l1>;
> -					opp-peak-kBps = <600000 900000>;
> -					opp-avg-kBps = <261438 300000>;
> +					required-opps = <&rpmhpd_opp_nom>;
> +					opp-peak-kBps = <5400000 1600000>;
> +					opp-avg-kBps = <390000 0>;
>   				};
>   			};
>   		};
> @@ -2585,15 +2585,15 @@
>   				opp-100000000 {
>   					opp-hz = /bits/ 64 <100000000>;
>   					required-opps = <&rpmhpd_opp_low_svs>;
> -					opp-peak-kBps = <160000 100000>;
> -					opp-avg-kBps = <80000 50000>;
> +					opp-peak-kBps = <1800000 600000>;
> +					opp-avg-kBps = <100000 0>;
>   				};
>   
>   				opp-202000000 {
>   					opp-hz = /bits/ 64 <202000000>;
> -					required-opps = <&rpmhpd_opp_svs_l1>;
> -					opp-peak-kBps = <200000	120000>;
> -					opp-avg-kBps = <100000 60000>;
> +					required-opps = <&rpmhpd_opp_nom>;
> +					opp-peak-kBps = <5400000 1600000>;
> +					opp-avg-kBps = <200000 0>;
>   				};
>   			};
>   		};
> 


      reply	other threads:[~2021-06-21  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16  9:22 [PATCH V2] arm64: dts: qcom: sc7180: bus votes for eMMC and SD card Shaik Sajida Bhanu
2021-06-21  8:56 ` Georgi Djakov [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=3229daff-9a32-bced-7e02-c557f7f8b572@kernel.org \
    --to=djakov@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=agross@kernel.org \
    --cc=asutoshd@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=cang@codeaurora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=nitirawa@codeaurora.org \
    --cc=okukatla@codeaurora.org \
    --cc=pragalla@codeaurora.org \
    --cc=rampraka@codeaurora.org \
    --cc=rnayak@codeaurora.org \
    --cc=robh+dt@kernel.org \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=sartgarg@codeaurora.org \
    --cc=sayalil@codeaurora.org \
    --cc=sbhanu@codeaurora.org \
    --cc=sibis@codeaurora.org \
    --cc=stummala@codeaurora.org \
    --cc=ulf.hansson@linaro.org \
    --cc=vbadigan@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).