From b8c451e375746d1ed9d2276e261be3fbf6dd67d4 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 25 Mar 2024 10:10:31 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81513 Reviewed-by: Nico Huber Reviewed-by: Varshit Pandya Tested-by: build bot (Jenkins) --- src/mainboard/google/beltino/devicetree.cb | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3