-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for second fan without a dGPU
Decouple the fan logic from the dGPU logic. Firmware now supports a second fan on systems without a dGPU, such as darp10. Behavioral changes: - ectool: Fans are now indexed from 1 instead of 0 - Linux: darp10 now reports details about the second fan Signed-off-by: Tim Crawford <tcrawford@system76.com>
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule coreboot
updated
3 files
+10 −4 | src/ec/system76/ec/Kconfig | |
+6 −5 | src/ec/system76/ec/acpi/s76.asl | |
+2 −0 | src/mainboard/system76/mtl/Kconfig |