summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/fch.c
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-09-22 20:05:53 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-23 18:33:00 +0000
commitdea4e0fe683faef0becac4930769693422da5a85 (patch)
tree6652608b4524222e08b1464af63428ea925d0410 /src/soc/amd/picasso/fch.c
parent2876e4f49aec84288d2b8d24885e5b22241fe907 (diff)
downloadcoreboot-dea4e0fe683faef0becac4930769693422da5a85.tar.gz
coreboot-dea4e0fe683faef0becac4930769693422da5a85.tar.bz2
coreboot-dea4e0fe683faef0becac4930769693422da5a85.zip
soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h
This brings the AMD SoC GPIO code in line with the Intel SoC code and removes the not really needed suffix. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ie2dbec81dfe503869beb2872b01a7475e2b88b33 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57842 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/fch.c')
-rw-r--r--src/soc/amd/picasso/fch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index 0798e20c049b..711091c5c5c4 100644
--- a/src/soc/amd/picasso/fch.c
+++ b/src/soc/amd/picasso/fch.c
@@ -13,7 +13,7 @@
#include <amdblocks/reset.h>
#include <amdblocks/acpimmio.h>
#include <amdblocks/acpi.h>
-#include <amdblocks/gpio_banks.h>
+#include <amdblocks/gpio.h>
#include <amdblocks/i2c.h>
#include <amdblocks/smi.h>
#include <soc/acpi.h>