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 <timvp@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74962 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
4a2ce029fb
commit
821fb21977
|
@ -1,6 +1,13 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
chip soc/amd/mendocino
|
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
|
# eSPI Configuration
|
||||||
register "common_config.espi_config" = "{
|
register "common_config.espi_config" = "{
|
||||||
.std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X60_0X64_EN,
|
.std_io_decode_bitmap = ESPI_DECODE_IO_0x80_EN | ESPI_DECODE_IO_0X60_0X64_EN,
|
||||||
|
|
Loading…
Reference in New Issue