2015-05-21 22:08:45 +08:00
|
|
|
Kernel driver scpi-hwmon
|
|
|
|
========================
|
|
|
|
|
|
|
|
Supported chips:
|
2019-04-17 17:46:28 +08:00
|
|
|
|
2015-05-21 22:08:45 +08:00
|
|
|
* Chips based on ARM System Control Processor Interface
|
2019-04-17 17:46:28 +08:00
|
|
|
|
2015-05-21 22:08:45 +08:00
|
|
|
Addresses scanned: -
|
2019-04-17 17:46:28 +08:00
|
|
|
|
2015-05-21 22:08:45 +08:00
|
|
|
Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
|
|
|
|
|
|
|
|
Author: Punit Agrawal <punit.agrawal@arm.com>
|
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
|
|
|
This driver supports hardware monitoring for SoC's based on the ARM
|
|
|
|
System Control Processor (SCP) implementing the System Control
|
|
|
|
Processor Interface (SCPI). The following sensor types are supported
|
2019-04-17 17:46:28 +08:00
|
|
|
by the SCP:
|
2015-05-21 22:08:45 +08:00
|
|
|
|
|
|
|
* temperature
|
|
|
|
* voltage
|
|
|
|
* current
|
|
|
|
* power
|
|
|
|
|
|
|
|
The SCP interface provides an API to query the available sensors and
|
|
|
|
their values which are then exported to userspace by this driver.
|
|
|
|
|
|
|
|
Usage Notes
|
|
|
|
-----------
|
|
|
|
|
|
|
|
The driver relies on device tree node to indicate the presence of SCPI
|
|
|
|
support in the kernel. See
|
2021-07-22 17:59:59 +08:00
|
|
|
Documentation/devicetree/bindings/firmware/arm,scpi.yaml for details of the
|
2019-04-17 17:46:28 +08:00
|
|
|
devicetree node.
|