Blame view

Documentation/hwmon/scpi-hwmon.rst 929 Bytes
ea98b29a0   Punit Agrawal   hwmon: Support se...
1
2
3
4
  Kernel driver scpi-hwmon
  ========================
  
  Supported chips:
b04f2f7d3   Mauro Carvalho Chehab   docs: hwmon: conv...
5

ea98b29a0   Punit Agrawal   hwmon: Support se...
6
   * Chips based on ARM System Control Processor Interface
b04f2f7d3   Mauro Carvalho Chehab   docs: hwmon: conv...
7

ea98b29a0   Punit Agrawal   hwmon: Support se...
8
     Addresses scanned: -
b04f2f7d3   Mauro Carvalho Chehab   docs: hwmon: conv...
9

ea98b29a0   Punit Agrawal   hwmon: Support se...
10
11
12
13
14
15
16
17
18
19
     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
b04f2f7d3   Mauro Carvalho Chehab   docs: hwmon: conv...
20
  by the SCP:
ea98b29a0   Punit Agrawal   hwmon: Support se...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  
    * 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
  Documentation/devicetree/bindings/arm/arm,scpi.txt for details of the
b04f2f7d3   Mauro Carvalho Chehab   docs: hwmon: conv...
36
  devicetree node.