ARM: dts: qcom-apq8064: Fix opp table child name
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 20 Feb 2023 12:08:31 +0000 (13:08 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 14 Mar 2023 00:18:52 +0000 (17:18 -0700)
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>
Reviewed-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230220120831.1591820-1-konrad.dybcio@linaro.org
arch/arm/boot/dts/qcom-apq8064.dtsi

index 92aa2b0..3aeac0c 100644 (file)
                        gpu_opp_table: opp-table {
                                compatible = "operating-points-v2";
 
-                               opp-320000000 {
+                               opp-450000000 {
                                        opp-hz = /bits/ 64 <450000000>;
                                };