Skip to content

Commit

Permalink
ARM: dts: qcom-apq8064: Fix opp table child name
Browse files Browse the repository at this point in the history
[ Upstream commit b9745c2 ]

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

Fixes: 8db0b6c ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Konrad Dybcio authored and Greg Kroah-Hartman committed May 11, 2023
1 parent 7012ed2 commit b3fa560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom-apq8064.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
gpu_opp_table: opp-table {
compatible = "operating-points-v2";

opp-320000000 {
opp-450000000 {
opp-hz = /bits/ 64 <450000000>;
};

Expand Down

0 comments on commit b3fa560

Please sign in to comment.