soc/amd/picasso/acpi: Change UART _HID to AMDI0020

This is the new _HID that was used for Raven. It matches the _HID used
by the picasso UEFI bios.

BUG=none
BRANCH=zork
TEST=boot linux and verify UART still works

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I138cb445c84997f4a4006cbb4f6617dac25a61b0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49844
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Raul E Rangel 2021-01-22 10:07:59 -07:00 committed by Felix Held
parent e53534eead
commit 4389bbc55d
1 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ Device (MMC0)
Device (FUR0)
{
Name (_HID, "AMD0020")
Name (_HID, "AMDI0020")
Name (_UID, 0x0)
Method (_CRS, 0) {
Local0 = ResourceTemplate() {
@ -128,7 +128,7 @@ Device (FUR0)
}
Device (FUR1) {
Name (_HID, "AMD0020")
Name (_HID, "AMDI0020")
Name (_UID, 0x1)
Method (_CRS, 0) {
Local0 = ResourceTemplate() {
@ -161,7 +161,7 @@ Device (FUR1) {
}
Device (FUR2) {
Name (_HID, "AMD0020")
Name (_HID, "AMDI0020")
Name (_UID, 0x2)
Method (_CRS, 0) {
Local0 = ResourceTemplate() {
@ -194,7 +194,7 @@ Device (FUR2) {
}
Device (FUR3) {
Name (_HID, "AMD0020")
Name (_HID, "AMDI0020")
Name (_UID, 0x3)
Method (_CRS, 0) {
Local0 = ResourceTemplate() {