summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/baseboard/include
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-07-02 16:03:06 -0700
committerFurquan Shaikh <furquan@google.com>2020-07-05 18:34:12 +0000
commite284bff9cff2b7965a8db53bac320e3ae0ca5651 (patch)
tree6c2115f4e4184e464b75f069f3c3c003549ba5b9 /src/mainboard/google/zork/variants/baseboard/include
parent31b816b42f913ad964fb9e41e77690cd8e6b317b (diff)
downloadcoreboot-e284bff9cff2b7965a8db53bac320e3ae0ca5651.tar.gz
coreboot-e284bff9cff2b7965a8db53bac320e3ae0ca5651.tar.bz2
coreboot-e284bff9cff2b7965a8db53bac320e3ae0ca5651.zip
mb/google/zork: Use SSDT generator for Chrome EC audio codec device
This change drops the inclusion of codec.asl in DSDT for `GOOG0013` device and instead uses the newly added Chrome EC audio codec driver for filling in the device node in SSDT. TEST=Verified that following node gets generated: Scope (\_SB.PCI0.LPCB.EC0.CREC) { Device (ECA0) { Name (_HID, "GOOG0013") // _HID: Hardware ID Name (_UID, One) // _UID: Unique ID Name (_DDN, "Cros EC audio codec") // _DDN: DOS Device Name Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } } Change-Id: I3e626ce01a3735ac2c966c0e95310be4c828b241 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43042 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/baseboard/include')
-rw-r--r--src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/audio.asl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/audio.asl b/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/audio.asl
deleted file mode 100644
index b892570a7f06..000000000000
--- a/src/mainboard/google/zork/variants/baseboard/include/baseboard/acpi/audio.asl
+++ /dev/null
@@ -1,5 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-Scope (EC0.CREC) {
- #include <ec/google/chromeec/acpi/codec.asl>
-}