mb/google/dedede/var/bugzzy: Update charger performance control table
Update charger performance control table of DPTF for bugzzy. Since the EC change chromium:197776876 modified maximum charging current to reduce skin temperature, this change adjusts the charging performance table with the modified value. BUG=b:197776876 BRANCH=dedede TEST=emerge-dedede coreboot Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Change-Id: I33e176fcf5d380b315ff352c6c65af3b8b93c4b9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58840 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
1d63714dae
commit
8295cddfd2
|
@ -114,10 +114,10 @@ chip soc/intel/jasperlake
|
|||
}
|
||||
}"
|
||||
register "controls.charger_perf" = "{
|
||||
[0] = { 55, 3500 },
|
||||
[1] = { 47, 3000 },
|
||||
[2] = { 39, 2500 },
|
||||
[3] = { 31, 2000 },
|
||||
[0] = { 255, 2800 },
|
||||
[1] = { 39, 2500 },
|
||||
[2] = { 31, 2000 },
|
||||
[3] = { 23, 1500 },
|
||||
}"
|
||||
device generic 0 on end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue