Blame view

imx8m/smarc_mx8mq/thermal_info_config_imx8mq.json 1.14 KB
7bd79ad8b   Eric Lee   Android 10.0 patc...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  {
      "Sensors":[
          {
              "Name":"cpu-thermal",
              "Type":"CPU",
              "HotThreshold":[
                  "NAN",
                  "NAN",
                  "NAN",
                  85.0,
                  95.0,
                  "NAN",
                  "NAN"
              ],
              "HotHysteresis":[
                  2.0,
                  2.0,
                  2.0,
                  2.0,
                  2.0,
                  2.0,
                  2.0
              ],
              "VrThreshold":"NAN",
              "Multiplier":0.001,
              "Monitor":true
          },
          {
              "Name":"battery",
              "Type":"BATTERY",
              "HotThreshold":[
                  "NAN",
                  "NAN",
                  "NAN",
                  "NAN",
                  "NAN",
                  "NAN",
                  "NAN"
              ],
              "VrThreshold":"NAN",
              "Multiplier":0.001,
              "Monitor":true
          }
      ],
      "CoolingDevices":[
          {
              "Name":"thermal-devfreq-0",
              "Type":"GPU"
          },
          {
              "Name":"thermal-cpufreq-0",
              "Type":"CPU"
          }
      ]
  }