diff options
author | Kevin Cheng <kevin.cheng@intel.com> | 2017-06-06 10:37:59 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-28 17:39:51 +0000 |
commit | 2a6f4aecfe0b76aa3feb14c3267be226b328697b (patch) | |
tree | 282307b61aee82b8de62e8d5c6ce20915a2621ac /src/mainboard/google/fizz/devicetree.cb | |
parent | 837da6ade7aebe9541b5a13e40b75ab2b308ac77 (diff) | |
download | coreboot-2a6f4aecfe0b76aa3feb14c3267be226b328697b.tar.xz |
mainboard/google/fizz: Add audio devices
- Describe RT5663 headphone codec in ACPI so it can
be enumerated by the OS.
- Supply NHLT binaries for RT5663
BUG=b:62872377
TEST=Apply full patch set and UCM, verify basic audio works.
Signed-off-by: Kevin Cheng <kevin.cheng@intel.com>
Change-Id: I5bbd58b0e660cdf5089e6a6dd35a757ecf8ec076
Reviewed-on: https://review.coreboot.org/20305
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/fizz/devicetree.cb')
-rw-r--r-- | src/mainboard/google/fizz/devicetree.cb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/fizz/devicetree.cb b/src/mainboard/google/fizz/devicetree.cb index f1d2b7731a..a493de5535 100644 --- a/src/mainboard/google/fizz/devicetree.cb +++ b/src/mainboard/google/fizz/devicetree.cb @@ -245,6 +245,13 @@ chip soc/intel/skylake device pci 17.0 on end # SATA device pci 19.0 on end # UART #2 device pci 19.1 on + chip drivers/i2c/generic + register "hid" = ""10EC5663"" + register "name" = ""RT53"" + register "desc" = ""Realtek RT5663"" + register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)" + device i2c 13 on end + end end # I2C #5 device pci 19.2 off end # I2C #4 device pci 1c.0 on end # PCI Express Port 1 |