diff options
author | Mark Brown <broonie@kernel.org> | 2014-10-27 12:18:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-27 12:18:55 +0100 |
commit | a7339126fdc6d94bc9deba0eaa751622c37b3948 (patch) | |
tree | 39b2e2c4df03471ab764c4415c00727e623ee8c3 /Documentation/devicetree/bindings/thermal/imx-thermal.txt | |
parent | Merge branch 'fix/sgtl5000' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | Linux 3.18-rc2 (diff) | |
download | linux-a7339126fdc6d94bc9deba0eaa751622c37b3948.tar.xz linux-a7339126fdc6d94bc9deba0eaa751622c37b3948.zip |
Merge tag 'v3.18-rc2' into asoc-sgtl5000
Linux 3.18-rc2
Diffstat (limited to 'Documentation/devicetree/bindings/thermal/imx-thermal.txt')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/imx-thermal.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/thermal/imx-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-thermal.txt index 1f0f67234a91..3c67bd50aa10 100644 --- a/Documentation/devicetree/bindings/thermal/imx-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/imx-thermal.txt @@ -1,7 +1,10 @@ * Temperature Monitor (TEMPMON) on Freescale i.MX SoCs Required properties: -- compatible : "fsl,imx6q-thermal" +- compatible : "fsl,imx6q-tempmon" for i.MX6Q, "fsl,imx6sx-tempmon" for i.MX6SX. + i.MX6SX has two more IRQs than i.MX6Q, one is IRQ_LOW and the other is IRQ_PANIC, + when temperature is below than low threshold, IRQ_LOW will be triggered, when temperature + is higher than panic threshold, system will auto reboot by SRC module. - fsl,tempmon : phandle pointer to system controller that contains TEMPMON control registers, e.g. ANATOP on imx6q. - fsl,tempmon-data : phandle pointer to fuse controller that contains TEMPMON |