LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry
@ 2021-08-04 13:28 Thara Gopinath
2021-08-04 19:52 ` Konrad Dybcio
0 siblings, 1 reply; 2+ messages in thread
From: Thara Gopinath @ 2021-08-04 13:28 UTC (permalink / raw)
To: agross, bjorn.andersson, robh+dt; +Cc: linux-arm-msm, devicetree, linux-kernel
CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
cpu0_opp_table. Use the correct value 768000000 hz.
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
---
arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index cbf0d8d7d76d..5e6471e5e2fc 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -319,7 +319,7 @@ cpu0_opp5: opp-672000000 {
};
cpu0_opp6: opp-768000000 {
- opp-hz = /bits/ 64 <576000000>;
+ opp-hz = /bits/ 64 <768000000>;
opp-peak-kBps = <1804000 19660800>;
};
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry
2021-08-04 13:28 [PATCH] arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry Thara Gopinath
@ 2021-08-04 19:52 ` Konrad Dybcio
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Dybcio @ 2021-08-04 19:52 UTC (permalink / raw)
To: Thara Gopinath, agross, bjorn.andersson, robh+dt
Cc: linux-arm-msm, devicetree, linux-kernel
On 04.08.2021 15:28, Thara Gopinath wrote:
> CPU0 frequency 768MHz is wrongly modeled as 576000000 hz in
> cpu0_opp_table. Use the correct value 768000000 hz.
>
> Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
> arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> index cbf0d8d7d76d..5e6471e5e2fc 100644
> --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
> @@ -319,7 +319,7 @@ cpu0_opp5: opp-672000000 {
> };
>
> cpu0_opp6: opp-768000000 {
> - opp-hz = /bits/ 64 <576000000>;
> + opp-hz = /bits/ 64 <768000000>;
> opp-peak-kBps = <1804000 19660800>;
> };
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-04 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 13:28 [PATCH] arm64: dts: qcom: sm8150: Fix incorrect cpu opp table entry Thara Gopinath
2021-08-04 19:52 ` Konrad Dybcio
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).