mb/google/zork: Enable ACP_PME_EN and ACP_I2S_WAKE_EN
This change enables ACP_PME_EN and ACP_I2S_WAKE_EN for dalboz and trembyle boards using devicetree settings. BUG=b:161328042,b:146317284 Change-Id: Ie367a9ba878a1892177df874bbcb8005efeb0880 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43496 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
42d4a57b77
commit
a469736cca
|
@ -14,6 +14,8 @@ chip soc/amd/picasso
|
|||
ACPI_FADT_REMOTE_POWER_ON"
|
||||
|
||||
register "acp_pin_cfg" = "I2S_PINS_I2S_TDM"
|
||||
register "acp_i2s_wake_enable" = "1"
|
||||
register "acpi_pme_enable" = "1"
|
||||
|
||||
# DMIC select GPIO for ACP machine device
|
||||
# This GPIO is used to select DMIC0 or DMIC1 by the kernel driver. It does not
|
||||
|
|
|
@ -14,6 +14,8 @@ chip soc/amd/picasso
|
|||
ACPI_FADT_REMOTE_POWER_ON"
|
||||
|
||||
register "acp_pin_cfg" = "I2S_PINS_I2S_TDM"
|
||||
register "acp_i2s_wake_enable" = "1"
|
||||
register "acpi_pme_enable" = "1"
|
||||
|
||||
# DMIC select GPIO for ACP machine device
|
||||
# This GPIO is used to select DMIC0 or DMIC1 by the kernel driver. It does not
|
||||
|
|
Loading…
Reference in New Issue