diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2021-05-27 16:34:29 -0600 |
---|---|---|
committer | Raul Rangel <rrangel@chromium.org> | 2021-06-23 19:19:33 +0000 |
commit | 6ce71e3bb1fe11b67f695c17456fc9295c784f39 (patch) | |
tree | 66a732788a37bc1bf28bb4c447fab47f9d58b810 /src | |
parent | 4ce48b3a37798ad239b30840591ac023b4d811ed (diff) |
mb/google/guybrush: Indicate the presence of ACP DMIC
In order to enable ACP DMIC hardware runtime detection, indicate that
ACP DMIC is present.
BUG=b:182960979
TEST=Build and boot to OS in guybrush. Ensure that the _WOV ACPI method
is populated in the ACP device.
Change-Id: I9a53d158ed08a6b46c29bcb8fe3a2a0d108bd6cd
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55030
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 790c13c749..fb51dee2ed 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -5,6 +5,7 @@ chip soc/amd/cezanne .acp_pin_cfg = I2S_PINS_I2S_TDM, .acp_i2s_wake_enable = 0, .acp_pme_enable = 0, + .dmic_present = 1, }" # eSPI Configuration |