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:
parent
2876e4f49a
commit
dea4e0fe68
28 changed files with 27 additions and 27 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <gpio.h>
|
||||
#include <amdblocks/acpi.h>
|
||||
#include <amdblocks/acpimmio.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/smi.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/smi.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <acpi/acpi.h>
|
||||
#include <assert.h>
|
||||
#include <amdblocks/acpimmio.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/gpio_defs.h>
|
||||
#include <amdblocks/i2c.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#define AMD_BLOCK_ACPI_H
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <types.h>
|
||||
|
||||
/* ACPI MMIO registers 0xfed80800 */
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef AMD_COMMON_BLOCK_I2C_H
|
||||
#define AMD_COMMON_BLOCK_I2C_H
|
||||
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <device/i2c.h>
|
||||
#include <drivers/i2c/designware/dw_i2c.h>
|
||||
#include <types.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <amdblocks/acpi.h>
|
||||
#include <amdblocks/gpio_banks.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <amdblocks/pmlib.h>
|
||||
#include <cbmem.h>
|
||||
#include <elog.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue