mb/google/sarien: Add settings for noise mitgation
Enable acoustic noise mitgation for sarien platform, the slow slew rates are fast time dived by 8. Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Change-Id: I5d38a1e03af08f106e2422a319b34c3fb54bdf28 Reviewed-on: https://review.coreboot.org/c/30448 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
dff185a28d
commit
768cd37bc3
|
@ -33,6 +33,11 @@ chip soc/intel/cannonlake
|
|||
register "dptf_enable" = "1"
|
||||
register "dmipwroptimize" = "1"
|
||||
register "satapwroptimize" = "1"
|
||||
register "AcousticNoiseMitigation" = "1"
|
||||
register "SlowSlewRateForIa" = "2"
|
||||
register "SlowSlewRateForGt" = "2"
|
||||
register "SlowSlewRateForSa" = "2"
|
||||
register "SlowSlewRateForFivr" = "2"
|
||||
|
||||
# Intel Common SoC Config
|
||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" # Left Type-C Port
|
||||
|
|
Loading…
Reference in New Issue