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

regulator: max8973: add DT binding details for junction warn temp

The driver MAX8973 supports the driver for Maxim MAX77621.
MAX77621 supports the junction temp warning at 120 degC and
140 degC which is configurable. It generates alert signal when
junction temperature crosses these threshold.

Add DT properties and its binding details to make this
configuration from DT.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Laxman Dewangan and committed by
Mark Brown
19dd159c f55532a0

+7
+7
Documentation/devicetree/bindings/regulator/max8973-regulator.txt
··· 32 32 33 33 Enhanced transient response (ETR) will affect the configuration of CKADV. 34 34 35 + -junction-warn-millicelsius: u32, junction warning temperature threshold 36 + in millicelsius. If die temperature crosses this level then 37 + device generates the warning interrupts. 38 + 39 + Please note that thermal functionality is only supported on MAX77621. The 40 + supported threshold warning temperature for MAX77621 are 120 degC and 140 degC. 41 + 35 42 Example: 36 43 37 44 max8973@1b {