From ca061ad7bc4ad686c66fdd731e54aa3dc4786927 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Wed, 24 May 2017 15:38:45 +0800 Subject: MLK-14972-01 doc: dt-bindings: add imx sc temp sensor binding doc Add i.MX8QM/QXP temp sensor binding doc. Signed-off-by: Bai Ping --- .../devicetree/bindings/thermal/imx-sc-thermal.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt (limited to 'Documentation/devicetree/bindings/thermal') diff --git a/Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt b/Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt new file mode 100644 index 000000000000..290e3bc3c4af --- /dev/null +++ b/Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt @@ -0,0 +1,17 @@ +* IMX8QM/QXP SoC Temperature Sensor + +Required properties: +- compatible : +- "nxp,imx8qm-sc-tsens" +- "nxp,imx8qxp-sc-tsens" + +- reg: Address range of the thermal registers +- #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description. +- tsens-num: the number of temp sensor on this SOC. + +Example: +tsens: thermal-sensor@ { + compatible = "nxp,imx8qm-sc-tsens"; + tsens-num = <5>; + #thermal-sensor-cells = <1>; +}; -- cgit v1.2.3