From 821fb21977681ec58c151deb3df461cba81af435 Mon Sep 17 00:00:00 2001 From: Tim Van Patten Date: Thu, 4 May 2023 11:46:28 -0600 Subject: [PATCH] mb/google/skyrim: Add common_config.acp_config Add 'common_config.acp_config' to the device tree, so we have the correct pin configuration. BUG=b:225320579 TEST=USE=fwconsole emerge-skyrim ... ; verify 'devbeep' works in depthcharge console TEST=Boot into ChromeOS, verify YouTube sound works with internal speakers and headphone jack TEST=Boot into ChromeOS, verify microphone with Google Meet Change-Id: Ie2d79408104273d8a53214b683800fa0663c14d3 Signed-off-by: Tim Van Patten Reviewed-on: https://review.coreboot.org/c/coreboot/+/74962 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- .../google/skyrim/variants/baseboard/devicetree.cb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb index d0d60bd539..835277a930 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/skyrim/variants/baseboard/devicetree.cb @@ -1,6 +1,13 @@ # SPDX-License-Identifier: GPL-2.0-or-later chip soc/amd/mendocino + register "common_config.acp_config" = "{ + .acp_pin_cfg = ACP_PINS_HDA_3SDI_PDM6_I2S, + .acp_i2s_wake_enable = 0, + .acp_pme_enable = 0, + .dmic_present = 1, + }" + # eSPI Configuration register "common_config.espi_config" = "{ .std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X60_0X64_EN,