brintos

brintos / linux-shallow public Read only

0
0
Text · 770 B · 439b30b Raw
37 lines · plain
1Kernel driver xgene-hwmon2=========================3 4Supported chips:5 6 * APM X-Gene SoC7 8Description9-----------10 11This driver adds hardware temperature and power reading support for12APM 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 supported17 18  * Temperature19      - SoC on-die temperature in milli-degree C20      - Alarm when high/over temperature occurs21 22  * Power23      - CPU power in uW24      - IO power in uW25 26sysfs-Interface27---------------28 29temp0_input30	- SoC on-die temperature (milli-degree C)31temp0_critical_alarm32	- An 1 would indicates on-die temperature exceeded threshold33power0_input34	- CPU power in (uW)35power1_input36	- IO power in (uW)37