diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-11-24 14:11:55 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-29 00:43:08 +0100 |
commit | cfea0bb44eb0eba5ed96b726f8846306f5d62f4b (patch) | |
tree | e50db9eeaa0a6f938167574831df01d35f80b790 /src | |
parent | 4c9c2f0d0df4a1c30bf78f80e282e2f6a2459a2b (diff) |
mainboard/asus/kgpe-d16: Enable ASUS MIO audio option
The KGPE-D16 supports an optional MIO audio card, which connects
to the on-board HDA interface of the SP5100.
Enable the HDA interface for use with the MIO card.
Change-Id: Idfe069f4bce7b94a7460bc7fcdd378eb57e51fda
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/13152
Tested-by: build bot (Jenkins)
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb index 014a35f2f4..96372f9650 100644 --- a/src/mainboard/asus/kgpe-d16/devicetree.cb +++ b/src/mainboard/asus/kgpe-d16/devicetree.cb @@ -175,7 +175,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex end end device pci 14.1 on end # IDE 0x439c - device pci 14.2 off end # HDA 0x4383 (KGPE-D16 omits audio option) + device pci 14.2 on end # HDA 0x4383 (ASUS MIO add-on card) device pci 14.3 on # LPC 0x439d (SMBUS primary controller) chip superio/nuvoton/nct5572d # Super I/O device pnp 2e.0 off end # FDC; Not available on the KGPE-D16 |