From 63c95d2e87faf4fd40ec181a14da4680cc898ac2 Mon Sep 17 00:00:00 2001 From: Seunghwan Kim Date: Mon, 19 Aug 2019 11:24:45 +0900 Subject: mb/google/kohaku: Correct DPTF temp sensor IDs This change corrects DPTF temperature sensor IDs BUG=none BRANCH=none TEST=none Change-Id: I25c76b0e938b2568da1833a4a5685ed36c00275e Signed-off-by: Seunghwan Kim Reviewed-on: https://review.coreboot.org/c/coreboot/+/34985 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Furquan Shaikh --- .../google/hatch/variants/kohaku/include/variant/acpi/dptf.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/hatch/variants/kohaku/include/variant/acpi/dptf.asl b/src/mainboard/google/hatch/variants/kohaku/include/variant/acpi/dptf.asl index f6fd907721..375be8eee5 100644 --- a/src/mainboard/google/hatch/variants/kohaku/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/hatch/variants/kohaku/include/variant/acpi/dptf.asl @@ -26,12 +26,12 @@ #define DPTF_TSR1_PASSIVE 65 #define DPTF_TSR1_CRITICAL 75 -#define DPTF_TSR2_SENSOR_ID 1 +#define DPTF_TSR2_SENSOR_ID 2 #define DPTF_TSR2_SENSOR_NAME "Thermal Sensor - IA" #define DPTF_TSR2_PASSIVE 65 #define DPTF_TSR2_CRITICAL 75 -#define DPTF_TSR3_SENSOR_ID 1 +#define DPTF_TSR3_SENSOR_ID 3 #define DPTF_TSR3_SENSOR_NAME "Thermal Sensor - GT" #define DPTF_TSR3_PASSIVE 65 #define DPTF_TSR3_CRITICAL 75 -- cgit v1.2.3