blob: 6034f032cf65a8069524124e53cd1da2f4163d41 [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001{
2 "Sensors":[
3 {
4 "Name":"disp_therm",
5 "Type":"SKIN",
6 "HotThreshold":[
7 "NAN",
8 120.0,
9 124.0,
10 126.0,
11 128.0,
12 132.0,
13 136.0
14 ],
15 "HotHysteresis":[
16 0.0,
17 1.9,
18 1.9,
19 1.9,
20 1.9,
21 1.9,
22 1.9
23 ],
24 "VrThreshold":"NAN",
25 "Multiplier":0.001,
26 "Monitor":false
27 },
28 {
29 "Name":"LITTLE",
30 "Type":"CPU",
31 "HotThreshold":[
32 "NAN",
33 "NAN",
34 "NAN",
35 "NAN",
36 "NAN",
37 "NAN",
38 115.0
39 ],
40 "VrThreshold":"NAN",
41 "Multiplier":0.001
42 },
43 {
44 "Name":"MID",
45 "Type":"CPU",
46 "HotThreshold":[
47 "NAN",
48 "NAN",
49 "NAN",
50 "NAN",
51 "NAN",
52 "NAN",
53 115.0
54 ],
55 "VrThreshold":"NAN",
56 "Multiplier":0.001
57 },
58 {
59 "Name":"G3D",
60 "Type":"GPU",
61 "HotThreshold":[
62 "NAN",
63 "NAN",
64 "NAN",
65 "NAN",
66 "NAN",
67 "NAN",
68 115.0
69 ],
70 "VrThreshold":"NAN",
71 "Multiplier":0.001
72 },
73 {
Robin Pengcd374d82021-02-23 20:00:46 +080074 "Name":"battery",
75 "Type":"BATTERY",
76 "HotThreshold":[
77 "NAN",
78 "NAN",
79 "NAN",
80 "NAN",
81 "NAN",
82 "NAN",
83 "NAN"
84 ],
85 "VrThreshold":"NAN",
86 "Multiplier":0.001,
87 "Monitor":false
88 },
89 {
Robin Pengcd374d82021-02-23 20:00:46 +080090 "Name":"TPU",
91 "Type":"NPU",
92 "HotThreshold":[
93 "NAN",
94 "NAN",
95 "NAN",
96 "NAN",
97 "NAN",
98 "NAN",
99 115.0
100 ],
101 "VrThreshold":"NAN",
102 "Multiplier":0.001
103 }
104 ],
105 "CoolingDevices":[
106 {
107 "Name":"thermal-cpufreq-0",
108 "Type":"CPU"
109 },
110 {
111 "Name":"thermal-gpufreq-0",
112 "Type":"GPU"
113 }
114 ]
115}