aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/acpi
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-01-22 10:07:59 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-01-25 23:09:22 +0000
commit4389bbc55d62f3942f2df377487e09b8c48a7bdd (patch)
treecbbf90f36fbf8135236185b2c80ab0a57e35c930 /src/soc/amd/picasso/acpi
parente53534eead659d57a16f52970a4dbb7419030e4c (diff)
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>
Diffstat (limited to 'src/soc/amd/picasso/acpi')
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl8
1 files changed, 4 insertions, 4 deletions
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() {