hotran | ed42cfa | 2016-07-21 15:37:32 -0700 | [diff] [blame] | 1 | Kernel driver xgene-hwmon |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 2 | ========================= |
hotran | ed42cfa | 2016-07-21 15:37:32 -0700 | [diff] [blame] | 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
hotran | ed42cfa | 2016-07-21 15:37:32 -0700 | [diff] [blame] | 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 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 19 | - SoC on-die temperature in milli-degree C |
| 20 | - Alarm when high/over temperature occurs |
| 21 | |
hotran | ed42cfa | 2016-07-21 15:37:32 -0700 | [diff] [blame] | 22 | * Power |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 23 | - CPU power in uW |
| 24 | - IO power in uW |
hotran | ed42cfa | 2016-07-21 15:37:32 -0700 | [diff] [blame] | 25 | |
| 26 | sysfs-Interface |
| 27 | --------------- |
| 28 | |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 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) |