linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name
@ 2023-02-20 12:08 Konrad Dybcio
  2023-02-20 12:25 ` David Heidelberg
  2023-03-15 23:34 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Dybcio @ 2023-02-20 12:08 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	David Heidelberg, devicetree, linux-kernel

The opp-320000000 name is rather misleading with the opp-hz value
of 450 MHz. Fix it!

Fixes: 8db0b6c7b636 ("ARM: dts: qcom: apq8064: Convert adreno from legacy gpu-pwrlevels to opp-v2")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 92aa2b081901..3aeac0cabb28 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -1260,7 +1260,7 @@ &gfx3d1 30
 			gpu_opp_table: opp-table {
 				compatible = "operating-points-v2";
 
-				opp-320000000 {
+				opp-450000000 {
 					opp-hz = /bits/ 64 <450000000>;
 				};
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name
  2023-02-20 12:08 [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name Konrad Dybcio
@ 2023-02-20 12:25 ` David Heidelberg
  2023-03-15 23:34 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: David Heidelberg @ 2023-02-20 12:25 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Rob Herring, Krzysztof Kozlowski, devicetree,
	linux-kernel

Thank you!

Reviewed-by: David Heidelberg <david@ixit.cz>

On 20/02/2023 13:08, Konrad Dybcio wrote:
> The opp-320000000 name is rather misleading with the opp-hz value
> of 450 MHz. Fix it!
>
> Fixes: 8db0b6c7b636 ("ARM: dts: qcom: apq8064: Convert adreno from legacy gpu-pwrlevels to opp-v2")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>   arch/arm/boot/dts/qcom-apq8064.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index 92aa2b081901..3aeac0cabb28 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -1260,7 +1260,7 @@ &gfx3d1 30
>   			gpu_opp_table: opp-table {
>   				compatible = "operating-points-v2";
>   
> -				opp-320000000 {
> +				opp-450000000 {
>   					opp-hz = /bits/ 64 <450000000>;
>   				};
>   

-- 
David Heidelberg
Consultant Software Engineer


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name
  2023-02-20 12:08 [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name Konrad Dybcio
  2023-02-20 12:25 ` David Heidelberg
@ 2023-03-15 23:34 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-03-15 23:34 UTC (permalink / raw)
  To: agross, linux-arm-msm, Konrad Dybcio
  Cc: Krzysztof Kozlowski, Rob Herring, marijn.suijten,
	David Heidelberg, devicetree, linux-kernel

On Mon, 20 Feb 2023 13:08:31 +0100, Konrad Dybcio wrote:
> The opp-320000000 name is rather misleading with the opp-hz value
> of 450 MHz. Fix it!
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom-apq8064: Fix opp table child name
      commit: b9745c275246a7e43c34d1b3be5ff9a9f3cf9305

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-15 23:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 12:08 [PATCH] ARM: dts: qcom-apq8064: Fix opp table child name Konrad Dybcio
2023-02-20 12:25 ` David Heidelberg
2023-03-15 23:34 ` Bjorn Andersson

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).