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>
This commit is contained in:
Felix Held
2021-09-22 20:05:53 +02:00
committed by Felix Held
parent 2876e4f49a
commit dea4e0fe68
28 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
#define SOC_GPIO_H
/* <soc/gpio.h> must provide gpio_t. */
#include <amdblocks/gpio_banks.h>
#include <amdblocks/gpio.h>
#define SOC_GPIO_TOTAL_PINS 133