blob: 4cfcdf2d5eabce7199082e6548b0602b57c71e7b [file] [log] [blame]
Punit Agrawalea98b292015-05-21 15:08:45 +01001Kernel driver scpi-hwmon
2========================
3
4Supported chips:
5 * Chips based on ARM System Control Processor Interface
6 Addresses scanned: -
7 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
8
9Author: Punit Agrawal <punit.agrawal@arm.com>
10
11Description
12-----------
13
14This driver supports hardware monitoring for SoC's based on the ARM
15System Control Processor (SCP) implementing the System Control
16Processor Interface (SCPI). The following sensor types are supported
17by the SCP -
18
19 * temperature
20 * voltage
21 * current
22 * power
23
24The SCP interface provides an API to query the available sensors and
25their values which are then exported to userspace by this driver.
26
27Usage Notes
28-----------
29
30The driver relies on device tree node to indicate the presence of SCPI
31support in the kernel. See
32Documentation/devicetree/bindings/arm/arm,scpi.txt for details of the
33devicetree node.