diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-03-25 10:10:31 -0500 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2024-04-13 13:26:04 +0000 |
commit | b8c451e375746d1ed9d2276e261be3fbf6dd67d4 (patch) | |
tree | 140ecbc783543ec740acd432272103489ffd6b8a /src/mainboard/google/beltino/devicetree.cb | |
parent | e45d6bfd8a4c72b06060d059a7a4b20c8678431c (diff) |
mb/google/beltino: Set initial fan PWM to 30%
Recent changes to the ITE 8772F SIO code caused the initial fan PWM
to change from 0 to 50%; set it to 30% to reduce fan noise while
still providing some temp control before the OS/ACPI takes over.
TEST=build/boot google/beltino to payload, verify fan noise is
negligible.
Change-Id: I0177235d73e051f02b5333cf1d735556382b919f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81513
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/beltino/devicetree.cb')
-rw-r--r-- | src/mainboard/google/beltino/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/beltino/devicetree.cb b/src/mainboard/google/beltino/devicetree.cb index d96ee118bc..9dacd6d71e 100644 --- a/src/mainboard/google/beltino/devicetree.cb +++ b/src/mainboard/google/beltino/devicetree.cb @@ -84,6 +84,7 @@ chip northbridge/intel/haswell register "TMPIN3.mode" = "THERMAL_PECI" # Enable FAN2 register "FAN2.mode" = "FAN_SMART_SOFTWARE" + register "FAN2.smart.pwm_start" = "30" device pnp 2e.0 off end # FDC device pnp 2e.1 on # Serial Port 1 |