Attention is currently required from: Fred Reitberger, Jason Glenesk, Matt DeVillier.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83439?usp=email )
Change subject: soc/amd/phoenix/include/gpio: update GPIO HID to AMDI0030 ......................................................................
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 --- M src/soc/amd/phoenix/include/soc/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/83439/1
diff --git a/src/soc/amd/phoenix/include/soc/gpio.h b/src/soc/amd/phoenix/include/soc/gpio.h index daad3b0..e62568e 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__