[coreboot-gerrit] New patch to review for coreboot: a90f413 asus/f2a85-m: Switch off automatic fan control for fan2

Rudolf Marek (r.marek@assembler.cz) gerrit at coreboot.org
Mon Jul 7 22:41:42 CEST 2014


Rudolf Marek (r.marek at assembler.cz) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6217

-gerrit

commit a90f413c0624bd831e020927e72576071e9586a5
Author: Rudolf Marek <r.marek at assembler.cz>
Date:   Mon Jul 7 22:40:12 2014 +0200

    asus/f2a85-m: Switch off automatic fan control for fan2
    
    The fan2 (chasis fan) was set to automatic mode, but the
    registers for smart guardian have still default value which
    will stop it. Run it in manual mode for now.
    
    Change-Id: Ic2c2414ac88abba77a9e7a129788f9777e7e5ad5
    Signed-off-by: Rudolf Marek <r.marek at assembler.cz>
---
 src/mainboard/asus/f2a85-m/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asus/f2a85-m/devicetree.cb b/src/mainboard/asus/f2a85-m/devicetree.cb
index 25fe5db..9ac5574 100644
--- a/src/mainboard/asus/f2a85-m/devicetree.cb
+++ b/src/mainboard/asus/f2a85-m/devicetree.cb
@@ -65,7 +65,7 @@ chip northbridge/amd/agesa/family15tn/root_complex
 						register hwm_main_ctl_register = "0x33"
 						register hwm_adc_temp_chan_en_reg = "0x38"
 						register hwm_fan1_ctl_pwm = "0x00"
-						register hwm_fan2_ctl_pwm = "0x80"
+						register hwm_fan2_ctl_pwm = "0x00"
 						register hwm_fan3_ctl_pwm = "0x00"
 
 						device pnp 2e.0 off #  Floppy



More information about the coreboot-gerrit mailing list