diff options
author | Zhang Rui <rui.zhang@intel.com> | 2013-08-15 13:57:14 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-08-15 13:57:14 +0800 |
commit | cba77f5312caa17c3d107593846cbeb35d9273dc (patch) | |
tree | 7256c0f8a5c2304b805e6830c059ed9e5297cbf4 /Documentation | |
parent | 584d88b2cd3b60507e708d2452651e4d3caa1b81 (diff) | |
parent | ca3de46b50809000b5ba708634e26ad979a4a63a (diff) | |
download | op-kernel-dev-cba77f5312caa17c3d107593846cbeb35d9273dc.zip op-kernel-dev-cba77f5312caa17c3d107593846cbeb35d9273dc.tar.gz |
Merge branch 'for_3.12/imx' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into imx
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/imx-thermal.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/imx-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-thermal.txt new file mode 100644 index 0000000..541c25e --- /dev/null +++ b/Documentation/devicetree/bindings/thermal/imx-thermal.txt @@ -0,0 +1,17 @@ +* Temperature Monitor (TEMPMON) on Freescale i.MX SoCs + +Required properties: +- compatible : "fsl,imx6q-thermal" +- 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 + calibration data, e.g. OCOTP on imx6q. The details about calibration data + can be found in SoC Reference Manual. + +Example: + +tempmon { + compatible = "fsl,imx6q-tempmon"; + fsl,tempmon = <&anatop>; + fsl,tempmon-data = <&ocotp>; +}; |