1<?xml version="1.0" encoding="utf-8"?> 2<thermal version="0.01" product="lya"> 3 <base> 4 <item tag="sim_tz" value="1"/> 5 </base> 6 <control> 7 <thermal_zone type="soc-thermal" interval="2000"> 8 <item level="1" threshold="35000" threshold_clr="32000"> 9 <current>35000</current> 10 <voltage>3</voltage> 11 <cpu>998000</cpu> 12 </item> 13 <item level="2" threshold="40000" threshold_clr="37000"> 14 <current>1500</current> 15 <voltage>4</voltage> 16 <cpu>1998000</cpu> 17 </item> 18 <item level="3" threshold="45000" threshold_clr="42000"> 19 <current>1000</current> 20 <voltage>5</voltage> 21 <cpu>2998000</cpu> 22 </item> 23 </thermal_zone> 24 <thermal_zone type="gpu-thermal" interval="4000"> 25 <item level="1" threshold="35000" threshold_clr="32000"> 26 <cpu>998000</cpu> 27 </item> 28 <item level="2" threshold="40000" threshold_clr="37000"> 29 <cpu>778000</cpu> 30 </item> 31 <item level="3" threshold="45000" threshold_clr="42000"> 32 <cpu>556000</cpu> 33 </item> 34 </thermal_zone> 35 <thermal_zone type="battery" interval="6000" desc="1"> 36 <item level="1" threshold="-50000" threshold_clr="-48000"> 37 <cpu>998000</cpu> 38 </item> 39 <item level="2" threshold="-53000" threshold_clr="-52000"> 40 <cpu>778000</cpu> 41 </item> 42 <item level="3" threshold="-58000" threshold_clr="-55000"> 43 <cpu>556000</cpu> 44 </item> 45 </thermal_zone> 46 </control> 47</thermal> 48