aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/chip.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-07-16 13:52:14 -0700
committerFurquan Shaikh <furquan@google.com>2020-07-17 23:33:41 +0000
commit0fba23bc6489ba33a10bdc2677c108f6b5587f96 (patch)
tree2c9791b4500c55dca96b8f97263be7bdeaffc9bb /src/soc/amd/picasso/chip.h
parent24ec79c39b00ffebf536ce7fb0306fc582440e44 (diff)
soc/amd/picasso: Drop the addition of I2S machine device from ACP driver
I2S machine device has its own driver now. So, this change drops the support for adding I2S machine device ACPI node from ACP driver. BUG=b:157708581 Change-Id: I9069d92ae991e05fddcc7d45a2fd21e98c3b0de8 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43544 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/chip.h')
-rw-r--r--src/soc/amd/picasso/chip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h
index 4891b22392..1950691c89 100644
--- a/src/soc/amd/picasso/chip.h
+++ b/src/soc/amd/picasso/chip.h
@@ -11,7 +11,6 @@
#include <soc/i2c.h>
#include <soc/iomap.h>
#include <soc/southbridge.h>
-#include <acpi/acpi_device.h>
#include <arch/x86/include/arch/smp/mpspec.h> /* point from top level */
/*
@@ -75,9 +74,6 @@ struct soc_amd_picasso_config {
uint8_t flags;
} irq_override[16];
- /* DMIC select GPIO for I2S machine driver AMDI5682 */
- struct acpi_gpio dmic_select_gpio;
-
/* Options for these are in src/arch/x86/include/acpi/acpi.h */
uint16_t fadt_boot_arch;
uint32_t fadt_flags;