diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-11-15 15:43:15 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-15 18:08:00 +0000 |
commit | 5d281e500752254d7660c6b5b1c9a4bb2b3525f1 (patch) | |
tree | 362680f01123d28c915dfe8cc3d05b005a7ba248 | |
parent | 4affdcea86fddb05b59cd8eda9183dc5ee1ee8bb (diff) |
soc/amd/glinda/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: I8dd48d7d9cf3f6d75853bb825e5ddc32bba430b8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83438
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/soc/amd/glinda/include/soc/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/include/soc/gpio.h b/src/soc/amd/glinda/include/soc/gpio.h index 42d8439f30..3104889476 100644 --- a/src/soc/amd/glinda/include/soc/gpio.h +++ b/src/soc/amd/glinda/include/soc/gpio.h @@ -3,7 +3,7 @@ #ifndef AMD_GLINDA_GPIO_H #define AMD_GLINDA_GPIO_H -#define GPIO_DEVICE_NAME "AMD0030" +#define GPIO_DEVICE_NAME "AMDI0030" #define GPIO_DEVICE_DESC "GPIO Controller" #ifndef __ACPI__ |