Felix Singer has uploaded this change for review.

View Change

soc/apl: Add HdAudioDspUaaCompliance to devicetree

Change-Id: I1522ae81cba5fc08605f4eb349b2977facd3f669
Signed-off-by: Felix Singer <felix.singer@9elements.com>
---
M src/soc/intel/apollolake/chip.c
M src/soc/intel/apollolake/chip.h
2 files changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/32047/1
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 30a537b..5f83906 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -741,6 +741,8 @@
/* Disable FSP from locking access to the RTC NVRAM */
silconfig->RtcLock = 0;

+ silconfig->HdAudioDspUaaCompliance = cfg->hdaudio_dsp_uaa_compliance;
+
/* Enable Audio clk gate and power gate */
silconfig->HDAudioClkGate = cfg->hdaudio_clk_gate_enable;
silconfig->HDAudioPwrGate = cfg->hdaudio_pwr_gate_enable;
diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h
index b9e368c..e3bcfe5 100644
--- a/src/soc/intel/apollolake/chip.h
+++ b/src/soc/intel/apollolake/chip.h
@@ -127,6 +127,8 @@
uint8_t hdaudio_pwr_gate_enable;
uint8_t hdaudio_bios_config_lockdown;

+ uint8_t hdaudio_dsp_uaa_compliance;
+
/* SLP S3 minimum assertion width. */
int slp_s3_assertion_width_usecs;


To view, visit change 32047. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1522ae81cba5fc08605f4eb349b2977facd3f669
Gerrit-Change-Number: 32047
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <felixsinger@posteo.net>
Gerrit-MessageType: newchange