blob: 439b30b881b6a66da5b39149e3b8b192d02390ba [file] [log] [blame]
hotraned42cfa2016-07-21 15:37:32 -07001Kernel driver xgene-hwmon
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03002=========================
hotraned42cfa2016-07-21 15:37:32 -07003
4Supported chips:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03005
hotraned42cfa2016-07-21 15:37:32 -07006 * 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
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030019 - SoC on-die temperature in milli-degree C
20 - Alarm when high/over temperature occurs
21
hotraned42cfa2016-07-21 15:37:32 -070022 * Power
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030023 - CPU power in uW
24 - IO power in uW
hotraned42cfa2016-07-21 15:37:32 -070025
26sysfs-Interface
27---------------
28
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030029temp0_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)