aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism/librem13v2/devicetree.cb
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@puri.sm>2017-05-17 17:16:09 -0400
committerMartin Roth <martinroth@google.com>2017-06-16 16:19:04 +0200
commiteacac20bd52b1502b754e172ecd97e064189bbbd (patch)
tree96e18fc133767035e2b7c7165f0e79e6e0d19f0f /src/mainboard/purism/librem13v2/devicetree.cb
parentd8cbd5633fd2e5fa0b6007802c9338dcbe4c0bfd (diff)
purism/librem13v2: Add audio support
Initialize the audio codec without depending on DSP binary blobs. The hda_verb.c was copied from the intel/kblrvp rvp7 variant, and the hda_verb.h file was copied from the purism/librem13. The IoBufferOwnership FSP option in devicetree has to be 0 for the azalia driver to work. Change-Id: Ifa36ac0839daedfa59c497057da0ace04d401f2a Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm> Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/19943 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/purism/librem13v2/devicetree.cb')
-rw-r--r--src/mainboard/purism/librem13v2/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/purism/librem13v2/devicetree.cb b/src/mainboard/purism/librem13v2/devicetree.cb
index f345c09f38..e113b3ffa4 100644
--- a/src/mainboard/purism/librem13v2/devicetree.cb
+++ b/src/mainboard/purism/librem13v2/devicetree.cb
@@ -34,8 +34,8 @@ chip soc/intel/skylake
register "SataPortsEnable[0]" = "1"
register "SataPortsEnable[2]" = "1"
register "EnableAzalia" = "1"
- register "DspEnable" = "1"
- register "IoBufferOwnership" = "3"
+ register "DspEnable" = "0"
+ register "IoBufferOwnership" = "0"
register "EnableTraceHub" = "0"
register "XdciEnable" = "0"
register "SsicPortEnable" = "0"