Wim Vervoorn has uploaded this change for review.

View Change

mb/facebook/monolith: Enable HDA for HDMI output

The HDA controller was disabed as there is not HDA codec in the system.
Because of this there is no audio support if an HDMI monitor is
connected.

Enable Azalia and enable the HDA device in the device tree.

BUG=N/A
TEST=tested on facebook monolith

Change-Id: I7be2c29151dc9d6c247c3332fb9adfb34449c703
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
---
M src/mainboard/facebook/monolith/devicetree.cb
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/38128/1
diff --git a/src/mainboard/facebook/monolith/devicetree.cb b/src/mainboard/facebook/monolith/devicetree.cb
index b5e3191..f715eb3 100644
--- a/src/mainboard/facebook/monolith/devicetree.cb
+++ b/src/mainboard/facebook/monolith/devicetree.cb
@@ -28,7 +28,7 @@
register "dptf_enable" = "0"

# FSP Configuration
- register "EnableAzalia" = "0"
+ register "EnableAzalia" = "1"
register "SmbusEnable" = "1"
register "ScsEmmcEnabled" = "1"
register "ScsEmmcHs400Enabled" = "1"
@@ -240,6 +240,7 @@
end # LPC Bridge
device pci 1f.1 on end # P2SB
device pci 1f.2 on end # Power Management Controller
+ device pci 1f.3 on end # HDA Controller for HDMI only
device pci 1f.4 on end # SMBus
device pci 1f.5 on end # PCH SPI
device pci 1f.6 on end # GbE

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7be2c29151dc9d6c247c3332fb9adfb34449c703
Gerrit-Change-Number: 38128
Gerrit-PatchSet: 1
Gerrit-Owner: Wim Vervoorn <wvervoorn@eltan.com>
Gerrit-MessageType: newchange