diff options
author | Kun Liu <liukun11@huaqin.corp-partner.google.com> | 2024-09-24 13:40:00 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-30 08:11:33 +0000 |
commit | bda33e1585aecc48f067b13d1207d075b303899a (patch) | |
tree | 9cfc4fd80d2fd7d561e9ea929c2f37bd868886f7 /src/mainboard | |
parent | 4f94337f4f32c3d1799451f0d848a3b7b7bbc78b (diff) |
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 <liukun11@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84527
Reviewed-by: Jian Tong <tongjian@huaqin.corp-partner.google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brox/variants/lotso/overridetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
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 } }" |