From 08991bf4e423f3859357a3ac3a442dd1633962b3 Mon Sep 17 00:00:00 2001 From: Renze Nicolai Date: Mon, 18 Dec 2017 02:35:04 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/22922 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Felix Held --- src/mainboard/msi/ms7721/devicetree.cb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/msi/ms7721/devicetree.cb b/src/mainboard/msi/ms7721/devicetree.cb index d46eb846a5..7eaf78c9c9 100644 --- a/src/mainboard/msi/ms7721/devicetree.cb +++ b/src/mainboard/msi/ms7721/devicetree.cb @@ -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 -- cgit v1.2.3