From bda33e1585aecc48f067b13d1207d075b303899a Mon Sep 17 00:00:00 2001 From: Kun Liu Date: Tue, 24 Sep 2024 13:40:00 +0800 Subject: mb/google/brox/var/lotso: Update DTT settings for thermal control Update DTT settings according to b:348285763#comment20 in order to increase the limit of the charging current to 3A. BUG=b:348285763 TEST=emerge-brox coreboot, and thermal engineer verifies OK. Change-Id: I24978afd819666f635c85f2be9b71d39e0a39f27 Signed-off-by: Kun Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/84527 Reviewed-by: Jian Tong Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) --- src/mainboard/google/brox/variants/lotso/overridetree.cb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/brox/variants/lotso/overridetree.cb b/src/mainboard/google/brox/variants/lotso/overridetree.cb index 6678b84312..ae940cc023 100644 --- a/src/mainboard/google/brox/variants/lotso/overridetree.cb +++ b/src/mainboard/google/brox/variants/lotso/overridetree.cb @@ -159,9 +159,9 @@ chip soc/intel/alderlake ## Charger Performance Control (Control, mA) register "controls.charger_perf" = "{ - [0] = { 255, 1700 }, - [1] = { 24, 1500 }, - [2] = { 16, 1000 }, + [0] = { 255, 4200 }, + [1] = { 48, 3000 }, + [2] = { 32, 2000 }, [3] = { 8, 500 } }" -- cgit v1.2.3