soc/amd/picasso/chip: fix typo in acp_pme_enable
That devicetree setting is about the Audio Co-Processor and not ACPI. BRANCH=zork Change-Id: I7f376371ee094392d4434340c77f0fc8d0d8e4e1 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
@@ -63,7 +63,7 @@ struct soc_amd_picasso_config {
|
||||
/* Enable ACP I2S wake feature (0 = disable, 1 = enable) */
|
||||
u8 acp_i2s_wake_enable;
|
||||
/* Enable ACP PME (0 = disable, 1 = enable) */
|
||||
u8 acpi_pme_enable;
|
||||
u8 acp_pme_enable;
|
||||
|
||||
/**
|
||||
* IRQ 0 - 15 have a default trigger of edge and default polarity of high.
|
||||
|
Reference in New Issue
Block a user