]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - Documentation/hwmon/xgene-hwmon.rst
Merge tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfio
[thirdparty/kernel/stable.git] / Documentation / hwmon / xgene-hwmon.rst
CommitLineData
ed42cfa8 1Kernel driver xgene-hwmon
b04f2f7d 2=========================
ed42cfa8 3
4Supported chips:
b04f2f7d 5
ed42cfa8 6 * APM X-Gene SoC
7
8Description
9-----------
10
11This driver adds hardware temperature and power reading support for
12APM X-Gene SoC using the mailbox communication interface.
13For device tree, it is the standard DT mailbox.
14For ACPI, it is the PCC mailbox.
15
16The following sensors are supported
17
18 * Temperature
b04f2f7d
MCC
19 - SoC on-die temperature in milli-degree C
20 - Alarm when high/over temperature occurs
21
ed42cfa8 22 * Power
b04f2f7d
MCC
23 - CPU power in uW
24 - IO power in uW
ed42cfa8 25
26sysfs-Interface
27---------------
28
b04f2f7d
MCC
29temp0_input
30 - SoC on-die temperature (milli-degree C)
31temp0_critical_alarm
32 - An 1 would indicates on-die temperature exceeded threshold
33power0_input
34 - CPU power in (uW)
35power1_input
36 - IO power in (uW)