Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350136
| From | Laxman Dewangan <ldewangan@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] regulator: max8973: add DT binding details for junction warn temp |
| Date | 2016-03-04 11:50 +0100 |
| Message-ID | <r8VsZ-5lt-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
Documentation/devicetree/bindings/regulator/max8973-regulator.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt
index f80ea2f..c2c68fc 100644
--- a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt
@@ -32,6 +32,13 @@ Optional properties:
Enhanced transient response (ETR) will affect the configuration of CKADV.
+-junction-warn-millicelsius: u32, junction warning temperature threshold
+ in millicelsius. If die temperature crosses this level then
+ device generates the warning interrupts.
+
+Please note that thermal functionality is only supported on MAX77621. The
+supported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
+
Example:
max8973@1b {
--
2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] regulator: max8973: add DT binding details for junction warn temp Laxman Dewangan <ldewangan@nvidia.com> - 2016-03-04 11:50 +0100 [PATCH 2/2] regulator: max8973: add support for junction thermal warning Laxman Dewangan <ldewangan@nvidia.com> - 2016-03-04 11:50 +0100 Re: [PATCH 1/2] regulator: max8973: add DT binding details for junction warn temp Rob Herring <robh@kernel.org> - 2016-03-05 05:40 +0100
csiph-web