stmmac.txt: fix typo
[deliverable/linux.git] / Documentation / devicetree / bindings / thermal / imx-thermal.txt
CommitLineData
ca3de46b
SG
1* Temperature Monitor (TEMPMON) on Freescale i.MX SoCs
2
3Required properties:
4- compatible : "fsl,imx6q-thermal"
5- fsl,tempmon : phandle pointer to system controller that contains TEMPMON
6 control registers, e.g. ANATOP on imx6q.
7- fsl,tempmon-data : phandle pointer to fuse controller that contains TEMPMON
8 calibration data, e.g. OCOTP on imx6q. The details about calibration data
9 can be found in SoC Reference Manual.
10
329fe7b1
AH
11Optional properties:
12- clocks : thermal sensor's clock source.
13
ca3de46b
SG
14Example:
15
16tempmon {
17 compatible = "fsl,imx6q-tempmon";
18 fsl,tempmon = <&anatop>;
19 fsl,tempmon-data = <&ocotp>;
329fe7b1 20 clocks = <&clks 172>;
ca3de46b 21};
This page took 0.070732 seconds and 5 git commands to generate.