ARM: dts: msm: Add 220Mhz and 317Mhz GPU frequencies

Add the new frequencies (220Mhz, 317Mhz) to the allowable GPU
frequency table.

Change-Id: I8913f00556a5285519454a6a795bef5ca917a46f
This commit is contained in:
Carter Cooper
2021-08-16 10:17:07 -06:00
parent 39b4503673
commit 488bc63abe

View File

@@ -2,7 +2,7 @@
compatible = "qcom,adreno-gpu-gen7-0-1", "qcom,kgsl-3d0";
qcom,initial-pwrlevel = <9>;
qcom,initial-pwrlevel = <10>;
qcom,gpu-model = "Adreno730v2";
@@ -122,6 +122,18 @@
qcom,gpu-pwrlevel@9 {
reg = <9>;
qcom,gpu-freq = <317000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
qcom,bus-freq = <2>;
qcom,bus-min = <1>;
qcom,bus-max = <6>;
qcom,acd-level = <0x882f5ffd>;
};
qcom,gpu-pwrlevel@10 {
reg = <10>;
qcom,gpu-freq = <285000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
@@ -131,5 +143,17 @@
qcom,acd-level = <0x882f5ffd>;
};
qcom,gpu-pwrlevel@11 {
reg = <11>;
qcom,gpu-freq = <220000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
qcom,bus-freq = <2>;
qcom,bus-min = <1>;
qcom,bus-max = <5>;
qcom,acd-level = <0x882f5ffd>;
};
};
};