WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / thermal / tango-thermal.txt
blob2c918d742867a72c8e549c9f13728aa3c16bd975
1 * Tango Thermal
3 The SMP8758 SoC includes 3 instances of this temperature sensor
4 (in the CPU, video decoder, and PCIe controller).
6 Required properties:
7 - #thermal-sensor-cells: Should be 0 (see Documentation/devicetree/bindings/thermal/thermal-sensor.yaml)
8 - compatible: "sigma,smp8758-thermal"
9 - reg: Address range of the thermal registers
11 Example:
13         cpu_temp: thermal@920100 {
14                 #thermal-sensor-cells = <0>;
15                 compatible = "sigma,smp8758-thermal";
16                 reg = <0x920100 12>;
17         };