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>
This commit is contained in:
parent
4affdcea86
commit
5d281e5007
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue