Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bryan Brattlof and committed by
Daniel Lezcano
effe8db0 366444eb

+18 -1
+18 -1
Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml
··· 9 9 maintainers: 10 10 - Keerthy <j-keerthy@ti.com> 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: ··· 32 19 items: 33 20 - description: VTM cfg1 register space 34 21 - description: VTM cfg2 register space 35 - - description: VTM efuse register space 22 + - description: | 23 + A software trimming method must be applied to some Jacinto 24 + devices to function properly. This eFuse region provides 25 + the information needed for these SoCs to report 26 + temperatures accurately. 36 27 37 28 power-domains: 38 29 maxItems: 1