Skip to content

Commit effe8db

Browse files
bryanbrattlofDaniel Lezcano
authored andcommitted
dt-bindings: thermal: k3-j72xx: elaborate on binding description
Elaborate on the function of this device node as well as some of the properties this node uses. Signed-off-by: Bryan Brattlof <bb@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221031232702.10339-6-bb@ti.com Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
1 parent 366444e commit effe8db

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ title: Texas Instruments J72XX VTM (DTS) binding
99
maintainers:
1010
- Keerthy <j-keerthy@ti.com>
1111

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+
1225
properties:
1326
compatible:
1427
enum:
@@ -19,7 +32,11 @@ properties:
1932
items:
2033
- description: VTM cfg1 register space
2134
- 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.
2340
2441
power-domains:
2542
maxItems: 1

0 commit comments

Comments
 (0)