From 6b82519cba6d49cb313f1f034234143b64ef0c46 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 15 Nov 2023 15:43:05 +0100 Subject: 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 Change-Id: I4a6fa1acdca0ee5b6e1358b6279b7c501d3dfd16 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83439 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Marshall Dawson --- src/soc/amd/phoenix/include/soc/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') 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__ -- cgit v1.2.3