mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user