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