Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38680 )
Change subject: mb/google/hatch: Enable Audio DSP oscillator qualification for S0ix ......................................................................
mb/google/hatch: Enable Audio DSP oscillator qualification for S0ix
Enable Audio DSP oscillator qualification for S0ix for Helios and Kohaku.
BUG=b:139481313
Change-Id: I1a0911b7967e5823fdce98195420728bd38c80f6 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/google/hatch/variants/helios/overridetree.cb M src/mainboard/google/hatch/variants/kohaku/overridetree.cb 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/38680/1
diff --git a/src/mainboard/google/hatch/variants/helios/overridetree.cb b/src/mainboard/google/hatch/variants/helios/overridetree.cb index 94639dc..a8ed5ef 100644 --- a/src/mainboard/google/hatch/variants/helios/overridetree.cb +++ b/src/mainboard/google/hatch/variants/helios/overridetree.cb @@ -20,6 +20,9 @@ # No PCIe WiFi register "PcieRpEnable[13]" = "0"
+ # Enable Audio DSP oscillator qualification for S0ix + register "cppmvric2_adsposcdis" = "1" + # Intel Common SoC Config #+-------------------+---------------------------+ #| Field | Value | diff --git a/src/mainboard/google/hatch/variants/kohaku/overridetree.cb b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb index ce87469..916d12b 100644 --- a/src/mainboard/google/hatch/variants/kohaku/overridetree.cb +++ b/src/mainboard/google/hatch/variants/kohaku/overridetree.cb @@ -20,6 +20,9 @@ # No PCIe WiFi register "PcieRpEnable[13]" = "0"
+ # Enable Audio DSP oscillator qualification for S0ix + register "cppmvric2_adsposcdis" = "1" + # Enable DMIC1 register "PchHdaAudioLinkDmic1" = "1"