Documentation/hwmon/lattepanda-sigma-ec.rst
Source file repositories/reference/linux-study-clean/Documentation/hwmon/lattepanda-sigma-ec.rst
File Facts
- System
- Linux kernel
- Corpus path
Documentation/hwmon/lattepanda-sigma-ec.rst- Extension
.rst- Size
- 2010 bytes
- Lines
- 62
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: documentation
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
.. SPDX-License-Identifier: GPL-2.0-or-later
Kernel driver lattepanda-sigma-ec
=================================
Supported systems:
* LattePanda Sigma (Intel 13th Gen i5-1340P)
DMI vendor: LattePanda
DMI product: LattePanda Sigma
BIOS version: 5.27 (verified)
Datasheet: Not available (EC registers discovered empirically)
Author: Mariano Abad <weimaraner@gmail.com>
Description
-----------
This driver provides hardware monitoring for the LattePanda Sigma
single-board computer made by DFRobot. The board uses an ITE IT8613E
Embedded Controller to manage a CPU cooling fan and thermal sensors.
The BIOS declares the ACPI Embedded Controller (``PNP0C09``) with
``_STA`` returning 0, preventing the kernel's ACPI EC subsystem from
initializing. This driver reads the EC directly via the standard ACPI
EC I/O ports (``0x62`` data, ``0x66`` command/status).
Sysfs attributes
----------------
======================= ===============================================
``fan1_input`` Fan speed in RPM (EC registers 0x2E:0x2F,
16-bit big-endian)
``fan1_label`` "CPU Fan"
``temp1_input`` Board/ambient temperature in millidegrees
Celsius (EC register 0x60, unsigned)
``temp1_label`` "Board Temp"
``temp2_input`` CPU proximity temperature in millidegrees
Celsius (EC register 0x70, unsigned)
``temp2_label`` "CPU Temp"
======================= ===============================================
Module parameters
-----------------
``force`` (bool, default false)
Force loading on BIOS versions other than 5.27. The driver still
requires DMI vendor and product name matching.
Known limitations
-----------------
* Fan speed control is not supported. The fan is always under EC
automatic control.
* The EC register map was verified only on BIOS version 5.27.
Other versions may use different register offsets; use the ``force``
parameter at your own risk.
Annotation
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.