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>
This commit is contained in:
parent
8ace387090
commit
75f6ab35ff
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue