Ian Feng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69960 )
Change subject: mb/google/nissa/var/xivu: Update DPTF parameters ......................................................................
mb/google/nissa/var/xivu: Update DPTF parameters
Follow the DTT_setting_20221122_V04_PR.xlsx to modify DPTF parameters.
1. Modify TS1 passive policy to 68.
BUG=b:249446156 TEST=emerge-nissa coreboot chromeos-bootimage
Signed-off-by: Ian Feng ian_feng@compal.corp-partner.google.com Change-Id: I8539a29cab4863034a2b64d38aef4b772473246d --- M src/mainboard/google/brya/variants/xivu/overridetree.cb 1 file changed, 18 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/69960/1
diff --git a/src/mainboard/google/brya/variants/xivu/overridetree.cb b/src/mainboard/google/brya/variants/xivu/overridetree.cb index 3c45ff4..a868537 100644 --- a/src/mainboard/google/brya/variants/xivu/overridetree.cb +++ b/src/mainboard/google/brya/variants/xivu/overridetree.cb @@ -107,7 +107,7 @@ register "policies.passive" = "{ [0] = DPTF_PASSIVE(CPU, CPU, 90, 5000), [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 77, 5000), - [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 60, 5000), + [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 68, 5000), [3] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_2, 78, 5000), }"