1
0
Fork 0

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>
pull/10/head
Bai Ping 2017-05-24 15:38:45 +08:00 committed by Jason Liu
parent cf533a117a
commit 5ee91fdc6c
1 changed files with 17 additions and 0 deletions

View File

@ -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>;
};