diff options
author | Raul E Rangel <rrangel@chromium.org> | 2021-01-22 10:30:44 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-25 23:09:58 +0000 |
commit | 75f6ab35ffefec72e343175686d7ef45b30b0939 (patch) | |
tree | 56641328ed6b80b2abeca0881c5b3b5038c93ca7 /src/soc/amd | |
parent | 8ace38709096423853ba63463e99ff5f77729e7c (diff) | |
download | coreboot-75f6ab35ffefec72e343175686d7ef45b30b0939.tar.xz |
soc/amd/picasso: Change GPIO _HID to AMDI0030
This matches the _HID used in the picasso UEFI bios.
BUG=none
BRANCH=zork
TEST=boot linux and verify peripherals still work
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ieb441696cbe67a772632990347c12d1d15cfaf13
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49846
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/include/soc/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/gpio.h b/src/soc/amd/picasso/include/soc/gpio.h index 0f4507cd2e..f76c44622f 100644 --- a/src/soc/amd/picasso/include/soc/gpio.h +++ b/src/soc/amd/picasso/include/soc/gpio.h @@ -3,7 +3,7 @@ #ifndef AMD_PICASSO_GPIO_H #define AMD_PICASSO_GPIO_H -#define GPIO_DEVICE_NAME "AMD0030" +#define GPIO_DEVICE_NAME "AMDI0030" #define GPIO_DEVICE_DESC "GPIO Controller" #ifndef __ACPI__ |