aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-01-22 10:30:44 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-01-25 23:09:58 +0000
commit75f6ab35ffefec72e343175686d7ef45b30b0939 (patch)
tree56641328ed6b80b2abeca0881c5b3b5038c93ca7 /src/soc
parent8ace38709096423853ba63463e99ff5f77729e7c (diff)
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')
-rw-r--r--src/soc/amd/picasso/include/soc/gpio.h2
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__