mb/google/zork: Apply cereme telemetry settings for dalboz
Currently, the telemetry settings are not for the pollock platform and might causethe power and performance issue. so applied the Pollock reference board settings to Dalboz to improve the performance, and the values need to be updated after the SDLE test finished. BUG=b:157961590,b:152922299 TEST=Build. Change-Id: I0da5b81afaa5814c13ec0257dc0eb3471be94c29 Signed-off-by: Chris Wang <chris.wang@amd.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/2228257 Reviewed-by: Kangheui Won <khwon@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42998 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1e3e528d23
commit
a94136f082
|
@ -17,6 +17,11 @@ chip soc/amd/picasso
|
|||
|
||||
# End : OPN Performance Configuration
|
||||
|
||||
register "telemetry_vddcr_vdd_slope" = "32239" #mA
|
||||
register "telemetry_vddcr_vdd_offset" = "0-37"
|
||||
register "telemetry_vddcr_soc_slope" = "22313" #mA
|
||||
register "telemetry_vddcr_soc_offset" = "0-209"
|
||||
|
||||
# I2C2 for touchscreen and trackpad
|
||||
register "i2c[2]" = "{
|
||||
.speed = I2C_SPEED_FAST,
|
||||
|
|
Loading…
Reference in New Issue