From 4389bbc55d62f3942f2df377487e09b8c48a7bdd Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 22 Jan 2021 10:07:59 -0700 Subject: 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 Change-Id: I138cb445c84997f4a4006cbb4f6617dac25a61b0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49844 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/picasso/acpi/sb_fch.asl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/soc/amd/picasso/acpi') diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl index 895abfd70c..84552390c7 100644 --- a/src/soc/amd/picasso/acpi/sb_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_fch.asl @@ -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() { -- cgit v1.2.3