mb/google/dedede/var/sasuke: Update DPTF parameters
Add control charging current from TSR0 and correct charger_perf table value. BUG=b:179067801 BRANCH=dedede TEST=emerge-dedede coreboot Change-Id: Ie0d969898defe76952e5c136fa93b7edffe51de3 Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52408 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Edward Doan <edoan@google.com>
This commit is contained in:
parent
d1b3f241b1
commit
5f20e85ff3
|
@ -86,7 +86,7 @@ chip soc/intel/jasperlake
|
|||
register "options.tsr[1].desc" = ""Vcore""
|
||||
register "policies.passive" = "{
|
||||
[0] = DPTF_PASSIVE(CPU, CPU, 90, 10000),
|
||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 60, 60000),
|
||||
[1] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_0, 60, 60000),
|
||||
[2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 60, 15000),
|
||||
}"
|
||||
register "policies.critical" = "{
|
||||
|
@ -112,9 +112,9 @@ chip soc/intel/jasperlake
|
|||
}"
|
||||
register "controls.charger_perf" = "{
|
||||
[0] = { 255, 3000 },
|
||||
[1] = { 24, 2500 },
|
||||
[2] = { 16, 2000 },
|
||||
[3] = { 8, 1500 }
|
||||
[1] = { 39, 2500 },
|
||||
[2] = { 31, 2000 },
|
||||
[3] = { 23, 1500 }
|
||||
}"
|
||||
device generic 0 on end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue