Merge "ARM: dts: msm: Add support for 235mhz frequency for neo_luna-v2 GPU"

This commit is contained in:
qctecmdr
2023-03-28 01:54:12 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -137,8 +137,8 @@
qcom,speed-bin = <0>;
qcom,initial-pwrlevel = <5>;
qcom,ca-target-pwrlevel = <4>;
qcom,initial-pwrlevel = <6>;
qcom,ca-target-pwrlevel = <5>;
/* TURBO_L1 */
qcom,gpu-pwrlevel@0 {
@@ -199,6 +199,16 @@
qcom,bus-min = <2>;
qcom,bus-max = <6>;
};
/* LOW SVS_D1 */
qcom,gpu-pwrlevel@6 {
reg = <6>;
qcom,gpu-freq = <235000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
qcom,bus-freq = <3>;
qcom,bus-min = <2>;
qcom,bus-max = <6>;
};
};
qcom,gpu-pwrlevels-1 {
@@ -207,8 +217,8 @@
qcom,speed-bin = <137>;
qcom,initial-pwrlevel = <3>;
qcom,ca-target-pwrlevel = <2>;
qcom,initial-pwrlevel = <4>;
qcom,ca-target-pwrlevel = <3>;
/* NOM */
qcom,gpu-pwrlevel@0 {
@@ -249,6 +259,16 @@
qcom,bus-min = <2>;
qcom,bus-max = <6>;
};
/* LOW SVS_D1 */
qcom,gpu-pwrlevel@4 {
reg = <4>;
qcom,gpu-freq = <235000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
qcom,bus-freq = <3>;
qcom,bus-min = <2>;
qcom,bus-max = <6>;
};
};
};
};