mainboard/ms7721: Fix temperature sensor configuration
This patch allows temperature sensors 1 and 2 to function by setting their type to be thermistor instead of BJT. Change-Id: I6491171eacc0c9848ba86ba7a62ec440226aae36 Signed-off-by: Renze Nicolai <renze@rnplus.nl> Reviewed-on: https://review.coreboot.org/22922 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
4027521756
commit
08991bf4e4
|
@ -76,6 +76,8 @@ chip northbridge/amd/agesa/family15tn/root_complex
|
|||
register "hwm_fan1_seg2_speed_count" = "0x0e"
|
||||
register "hwm_fan1_seg3_speed_count" = "0x07"
|
||||
register "hwm_fan1_temp_map_sel" = "0x8c"
|
||||
register "hwm_temp_sensor_type" = "0x08"
|
||||
|
||||
device pnp 4e.00 off end
|
||||
device pnp 4e.01 on # COM1
|
||||
io 0x60 = 0x3f8
|
||||
|
@ -92,7 +94,7 @@ chip northbridge/amd/agesa/family15tn/root_complex
|
|||
irq 0xf0 = 0x44 # PRT Mode Select Register
|
||||
end
|
||||
device pnp 4e.04 on # Hardware Monitor
|
||||
io 0x60 = 0x600
|
||||
io 0x60 = 0x225 # Fintek datasheet says 0x295.
|
||||
irq 0x70 = 0
|
||||
end
|
||||
device pnp 4e.05 on # KBC
|
||||
|
|
Loading…
Reference in New Issue