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

This commit is contained in:
qctecmdr
2021-10-22 14:05:19 -07:00
committed by Gerrit - the friendly Code Review server

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>;
};
};
};