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@assembler.cz> Reviewed-on: http://review.coreboot.org/6217 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
6dbbe2ee96
commit
d13059a5a2
|
@ -65,7 +65,7 @@ chip northbridge/amd/agesa/family15tn/root_complex
|
||||||
register hwm_main_ctl_register = "0x33"
|
register hwm_main_ctl_register = "0x33"
|
||||||
register hwm_adc_temp_chan_en_reg = "0x38"
|
register hwm_adc_temp_chan_en_reg = "0x38"
|
||||||
register hwm_fan1_ctl_pwm = "0x00"
|
register hwm_fan1_ctl_pwm = "0x00"
|
||||||
register hwm_fan2_ctl_pwm = "0x80"
|
register hwm_fan2_ctl_pwm = "0x00"
|
||||||
register hwm_fan3_ctl_pwm = "0x00"
|
register hwm_fan3_ctl_pwm = "0x00"
|
||||||
|
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
|
|
Loading…
Reference in New Issue