Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
37 lines
770 B
ReStructuredText
37 lines
770 B
ReStructuredText
Kernel driver xgene-hwmon
|
|
=========================
|
|
|
|
Supported chips:
|
|
|
|
* APM X-Gene SoC
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver adds hardware temperature and power reading support for
|
|
APM X-Gene SoC using the mailbox communication interface.
|
|
For device tree, it is the standard DT mailbox.
|
|
For ACPI, it is the PCC mailbox.
|
|
|
|
The following sensors are supported
|
|
|
|
* Temperature
|
|
- SoC on-die temperature in milli-degree C
|
|
- Alarm when high/over temperature occurs
|
|
|
|
* Power
|
|
- CPU power in uW
|
|
- IO power in uW
|
|
|
|
sysfs-Interface
|
|
---------------
|
|
|
|
temp0_input
|
|
- SoC on-die temperature (milli-degree C)
|
|
temp0_critical_alarm
|
|
- An 1 would indicates on-die temperature exceeded threshold
|
|
power0_input
|
|
- CPU power in (uW)
|
|
power1_input
|
|
- IO power in (uW)
|