ARM: dts: msm: Remove restriction for bus vote on Cape's GPU

Remove max restriction for bus vote at 220mhz to avoid under voting.

Change-Id: Ic11635040b2289f5c3dd22bb871d3d54dfadcf83
This commit is contained in:
Deepak Kumar
2022-02-15 21:13:11 +05:30
parent cd3dd6f4c2
commit 6fac1f105b

View File

@@ -176,9 +176,9 @@
qcom,gpu-freq = <220000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
qcom,bus-freq = <2>;
qcom,bus-freq = <5>;
qcom,bus-min = <1>;
qcom,bus-max = <5>;
qcom,bus-max = <11>;
};
};