Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38128 )
Change subject: mb/facebook/monolith: Enable HDA for HDMI output ......................................................................
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