Revert "soc/amd/picasso: Change GPIO _HID to AMDI0030"
This reverts commit 75f6ab35ff
.
Reason for revert: The 5.4 Linux kernel is not configured for AMDI0030. This causes an issue where the WP pin is not recognized.
BUG=b:179320024
TEST=WP pin shows up properly in crossystem after reverting this change.
Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I0850fd085b5ee70522752633900f69d4d3732321
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50052
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
da996f893d
commit
567e8eacfb
|
@ -3,7 +3,7 @@
|
|||
#ifndef AMD_PICASSO_GPIO_H
|
||||
#define AMD_PICASSO_GPIO_H
|
||||
|
||||
#define GPIO_DEVICE_NAME "AMDI0030"
|
||||
#define GPIO_DEVICE_NAME "AMD0030"
|
||||
#define GPIO_DEVICE_DESC "GPIO Controller"
|
||||
|
||||
#ifndef __ACPI__
|
||||
|
|
Loading…
Reference in New Issue