mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add 220Mhz and 317Mhz GPU frequencies"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
321a8c0254
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user