diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-02-11 15:37:09 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-13 21:38:53 +0000 |
commit | 07acbfc6a5da1e3351e01e6553cb27f5f62cdb3c (patch) | |
tree | 8ac34a4ec39b80fb0063ff5e54185035572bd353 /src/soc/amd/common | |
parent | 984ecf9e742afc61f24216cc42a1ae654407164e (diff) |
soc/amd/common/acpi/gpio_bank_lib.asl: Add missing header
This file references ACPIMMIO_GPIO0_BASE.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ic65a1f8759d10e7d78e30cfc82895e5af8cd83a3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50571
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Mathew King <mathewk@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/acpi/gpio_bank_lib.asl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/common/acpi/gpio_bank_lib.asl b/src/soc/amd/common/acpi/gpio_bank_lib.asl index df55cbfa47..5a13d8da44 100644 --- a/src/soc/amd/common/acpi/gpio_bank_lib.asl +++ b/src/soc/amd/common/acpi/gpio_bank_lib.asl @@ -1,7 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <soc/iomap.h> +#include <amdblocks/acpimmio_map.h> #include <amdblocks/gpio_defs.h> +#include <soc/iomap.h> /* Get pin control MMIO address */ Method (GPAD, 0x1) |