diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-11-15 15:43:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-15 18:08:06 +0000 |
commit | 6b82519cba6d49cb313f1f034234143b64ef0c46 (patch) | |
tree | a25eea4d9d4ae22e161e0142d211938095710b19 /src/soc | |
parent | 5d281e500752254d7660c6b5b1c9a4bb2b3525f1 (diff) |
soc/amd/phoenix/include/gpio: update GPIO HID to AMDI0030
The UEFI reference firmware uses AMDI0030 instead of AMD0030 as HID for
the GPIO controller.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I4a6fa1acdca0ee5b6e1358b6279b7c501d3dfd16
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83439
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/phoenix/include/soc/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/include/soc/gpio.h b/src/soc/amd/phoenix/include/soc/gpio.h index daad3b0857..e62568e956 100644 --- a/src/soc/amd/phoenix/include/soc/gpio.h +++ b/src/soc/amd/phoenix/include/soc/gpio.h @@ -3,7 +3,7 @@ #ifndef AMD_PHOENIX_GPIO_H #define AMD_PHOENIX_GPIO_H -#define GPIO_DEVICE_NAME "AMD0030" +#define GPIO_DEVICE_NAME "AMDI0030" #define GPIO_DEVICE_DESC "GPIO Controller" #ifndef __ACPI__ |