mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

The device is able to monitor temperature, voltage and current of each of the four outputs. Add basic support for monitoring the temperature of the four outputs and the die temperature. Signed-off-by: Dimitri Fedrau <dimitri.fedrau@liebherr.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20250723-mc33xs2410-hwmon-v5-2-f62aab71cd59@liebherr.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
35 lines
921 B
ReStructuredText
35 lines
921 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver mc33xs2410_hwmon
|
|
==============================
|
|
|
|
Supported devices:
|
|
|
|
* NXPs MC33XS2410
|
|
|
|
Datasheet: https://www.nxp.com/docs/en/data-sheet/MC33XS2410.pdf
|
|
|
|
Authors:
|
|
|
|
Dimitri Fedrau <dimitri.fedrau@liebherr.com>
|
|
|
|
Description
|
|
-----------
|
|
|
|
The MC33XS2410 is a four channel self-protected high-side switch featuring
|
|
hardware monitoring functions such as temperature, current and voltages for each
|
|
of the four channels.
|
|
|
|
Sysfs entries
|
|
-------------
|
|
|
|
======================= ======================================================
|
|
temp1_label "Central die temperature"
|
|
temp1_input Measured temperature of central die
|
|
|
|
temp[2-5]_label "Channel [1-4] temperature"
|
|
temp[2-5]_input Measured temperature of a single channel
|
|
temp[2-5]_alarm Temperature alarm
|
|
temp[2-5]_max Maximal temperature
|
|
======================= ======================================================
|