summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/thermal
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2017-05-24 15:38:45 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:26:44 +0800
commit4ff81e24a745ead62878031d4c7df0ed91cde51f (patch)
tree3b9b887e5224164d5ebb29a8c92005e4c6cbe02e /Documentation/devicetree/bindings/thermal
parent1aa575ef79be46c6af3c84b184d3e24711d9bd00 (diff)
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 <ping.bai@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal')
-rw-r--r--Documentation/devicetree/bindings/thermal/imx-sc-thermal.txt17
1 files changed, 17 insertions, 0 deletions
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>;
+};