mb/google/arcada: Add settings for noise mitgation
Enable acoustic noise mitgation for arcada platform, the slow slew rates are fast time dived by 2. BUG=none BRANCH=none TEST=none Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com> Change-Id: Ia838818a76a7f638b24146f3eb48493a4091c9cb Reviewed-on: https://review.coreboot.org/c/coreboot/+/31034 Reviewed-on: https://review.coreboot.org/c/31034 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
parent
77bcc92936
commit
dfb5a58d8e
|
@ -36,6 +36,11 @@ chip soc/intel/cannonlake
|
||||||
register "tdp_pl1_override" = "25"
|
register "tdp_pl1_override" = "25"
|
||||||
register "tdp_pl2_override" = "51"
|
register "tdp_pl2_override" = "51"
|
||||||
register "Device4Enable" = "1"
|
register "Device4Enable" = "1"
|
||||||
|
register "AcousticNoiseMitigation" = "1"
|
||||||
|
register "SlowSlewRateForIa" = "0"
|
||||||
|
register "SlowSlewRateForGt" = "0"
|
||||||
|
register "SlowSlewRateForSa" = "0"
|
||||||
|
register "SlowSlewRateForFivr" = "0"
|
||||||
|
|
||||||
# Intel Common SoC Config
|
# Intel Common SoC Config
|
||||||
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" # Left Type-C Port
|
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC_SKIP)" # Left Type-C Port
|
||||||
|
|
Loading…
Reference in New Issue