File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Documentation/devicetree/bindings/thermal Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ title: Texas Instruments J72XX VTM (DTS) binding
9
9
maintainers :
10
10
11
11
12
+ description : |
13
+ The TI K3 family of SoCs typically have a Voltage & Thermal
14
+ Management (VTM) device to control up to 8 temperature diode
15
+ sensors to measure silicon junction temperatures from different
16
+ hotspots of the chip as well as provide temperature, interrupt
17
+ and alerting information.
18
+
19
+ The following polynomial equation can then be used to convert
20
+ value returned by this device into a temperature in Celsius
21
+
22
+ Temp(C) = (-9.2627e-12) * x^4 + (6.0373e-08) * x^3 + \
23
+ (-1.7058e-04) * x^2 + (3.2512e-01) * x + (-4.9003e+01)
24
+
12
25
properties :
13
26
compatible :
14
27
enum :
@@ -19,7 +32,11 @@ properties:
19
32
items :
20
33
- description : VTM cfg1 register space
21
34
- description : VTM cfg2 register space
22
- - description : VTM efuse register space
35
+ - description : |
36
+ A software trimming method must be applied to some Jacinto
37
+ devices to function properly. This eFuse region provides
38
+ the information needed for these SoCs to report
39
+ temperatures accurately.
23
40
24
41
power-domains :
25
42
maxItems : 1
You can’t perform that action at this time.
0 commit comments