From 2fbdcd879bfb8b5d2cb44981220c692030904705 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Mon, 25 Jun 2018 13:50:12 +0800 Subject: MLK-18428-02: doc: binding: Add binding doc for imx8mm tmu Add dts binding doc for i.MX8MM TMU. Signed-off-by: Bai Ping Reviewed-by: Anson Huang --- .../devicetree/bindings/thermal/imx8mm-thermal.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt (limited to 'Documentation/devicetree') diff --git a/Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt b/Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt new file mode 100644 index 000000000000..4a9d0c5d9ae0 --- /dev/null +++ b/Documentation/devicetree/bindings/thermal/imx8mm-thermal.txt @@ -0,0 +1,17 @@ +* Temperature Monitor (TMU) on Freescale i.MX8MM SoCs + +Required properties: +- compatible : "fsl,imx8mm-tmu" +- reg: Address and length of the register +- clocks : thermal sensor's clock source. +- #thermal-sensor-cells : Should be 0. See ./thermal.txt for a description. +Example: + +tmu: tmu@0x30260000 { + compatible = "fsl,imx8mm-tmu"; + reg = <0x0 0x30260000 0x0 0x10000>; + clocks = <&clk IMX8MM_CLK_TMU_ROOT>; + interrupts = ; + #thermal-sensor-cells = <0>; +}; + -- cgit v1.2.3