diff options
author | Furquan Shaikh <furquan@google.com> | 2020-07-15 21:25:14 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-07-17 05:03:00 +0000 |
commit | a469736cca504588dafb6abc50fb7d30e6993acb (patch) | |
tree | a4b1aad8cdb97f9332f54518b87219c32f55bb0e /src | |
parent | 42d4a57b77ba3df27a3443a70fa6316d4cdda433 (diff) | |
download | coreboot-a469736cca504588dafb6abc50fb7d30e6993acb.tar.xz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb | 2 | ||||
-rw-r--r-- | src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb index 6452e60e13..4a605b0665 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb @@ -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 diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb b/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb index 5132b18afa..883556287c 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb @@ -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 |