brintos

brintos / linux-shallow public Read only

0
0
Text · 935 B · 1e3f83e Raw
37 lines · plain
1Kernel driver scpi-hwmon2========================3 4Supported chips:5 6 * Chips based on ARM System Control Processor Interface7 8   Addresses scanned: -9 10   Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html11 12Author: Punit Agrawal <punit.agrawal@arm.com>13 14Description15-----------16 17This driver supports hardware monitoring for SoC's based on the ARM18System Control Processor (SCP) implementing the System Control19Processor Interface (SCPI). The following sensor types are supported20by the SCP:21 22  * temperature23  * voltage24  * current25  * power26 27The SCP interface provides an API to query the available sensors and28their values which are then exported to userspace by this driver.29 30Usage Notes31-----------32 33The driver relies on device tree node to indicate the presence of SCPI34support in the kernel. See35Documentation/devicetree/bindings/firmware/arm,scpi.yaml for details of the36devicetree node.37