ARM: dts: msm: Update KTM boot mitigation config for msm8996pro
Update the KTM boot mitigation configuration to poll at 50 milliseconds and do frequency mitigation at 80c and hotplug at 90C for msm8996pro. CRs-Fixed: 1007266 Change-Id: I8537c5d8fd86d90f607a719c618157f4a2fbfad9 Signed-off-by: Ram Chandrasekar <rkumbako@codeaurora.org>
This commit is contained in:
parent
92124c76a2
commit
ddf27e53c3
1 changed files with 3 additions and 0 deletions
|
@ -1245,6 +1245,9 @@
|
|||
|
||||
&soc {
|
||||
qcom,msm-thermal {
|
||||
qcom,poll-ms = <50>;
|
||||
qcom,limit-temp = <80>;
|
||||
qcom,core-limit-temp = <90>;
|
||||
qcom,vdd-gfx-rstr{
|
||||
qcom,levels = <6 8 9>; /* Nominal, Turbo, Turbo_L1 */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue