summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-08-27 15:40:27 +0800
committerZhang Rui <rui.zhang@intel.com>2014-08-27 15:40:27 +0800
commit62ebb7b16699996a8f8ad277ce6a36ef3c9114a3 (patch)
treea5a96ed85fa9c6256f9995f710a9e063fd2bf319 /Documentation/devicetree
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
parent3c94f17e72a7bcf689756da100b6051e535c45f4 (diff)
downloadop-kernel-dev-62ebb7b16699996a8f8ad277ce6a36ef3c9114a3.zip
op-kernel-dev-62ebb7b16699996a8f8ad277ce6a36ef3c9114a3.tar.gz
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into eduardo-soc
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/thermal/imx-thermal.txt5
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 1f0f672..3c67bd5 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
OpenPOWER on IntegriCloud