X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fthermal%2Fimx-thermal.txt;h=1f0f67234a917bae606b17ad2432e45d7d171895;hb=2d2e7d195b902c419bc0b69ced026aca444d69a8;hp=541c25e49abfa6f09bf621ff3f78c92435dd68cd;hpb=94851b18d4eb94f8bbf0d9176f7429bd8e371f62;p=~andy%2Flinux diff --git a/Documentation/devicetree/bindings/thermal/imx-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-thermal.txt index 541c25e49ab..1f0f67234a9 100644 --- a/Documentation/devicetree/bindings/thermal/imx-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/imx-thermal.txt @@ -8,10 +8,14 @@ Required properties: calibration data, e.g. OCOTP on imx6q. The details about calibration data can be found in SoC Reference Manual. +Optional properties: +- clocks : thermal sensor's clock source. + Example: tempmon { compatible = "fsl,imx6q-tempmon"; fsl,tempmon = <&anatop>; fsl,tempmon-data = <&ocotp>; + clocks = <&clks 172>; };