From 3c8dc63457145fe4cc799d1c7207535f7616af75 Mon Sep 17 00:00:00 2001 From: Tao Xia Date: Thu, 5 Aug 2021 19:24:21 +0800 Subject: mb/google/dedede/var/storo: Fixed iasl can not run on Dut The TSR1._PSV has been redefined. It will report errors when disassembling the ACPI tables with the iasl. It is OK when Removing the TSR1._PSV and adding the TSR0._PSV BUG=b:194509417 BRANCH=dedede TEST=The iasl can run on Dut successfully Signed-off-by: Tao Xia Change-Id: I524255c79d3c71573d122944da5058389f79d95d Reviewed-on: https://review.coreboot.org/c/coreboot/+/56828 Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian Reviewed-by: Sumeet R Pawnikar Reviewed-by: Evan Green --- src/mainboard/google/dedede/variants/storo/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/dedede/variants/storo/overridetree.cb b/src/mainboard/google/dedede/variants/storo/overridetree.cb index aedb285d36..90ad9adb85 100644 --- a/src/mainboard/google/dedede/variants/storo/overridetree.cb +++ b/src/mainboard/google/dedede/variants/storo/overridetree.cb @@ -86,7 +86,7 @@ chip soc/intel/jasperlake chip drivers/intel/dptf ## Passive Policy register "policies.passive" = "{ - [0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 67, 3000), + [0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 67, 3000), [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 67, 3000), [2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_1, 67, 3000),}" ## Critical Policy -- cgit v1.2.3