From 6ce71e3bb1fe11b67f695c17456fc9295c784f39 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Thu, 27 May 2021 16:34:29 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55030 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/guybrush/variants/baseboard') 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 -- cgit v1.2.3