From 8ace38709096423853ba63463e99ff5f77729e7c Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 22 Jan 2021 10:15:21 -0700 Subject: soc/amd/picasso/acpi: Change I2C _HID to AMDI0010 This is the new _HID that was used for Raven. It matches the _HID used by the picasso UEFI bios. This does change the fixed clock used by linux from 133 MHz to 150 MHz. BUG=none BRANCH=zork TEST=boot linux and verify touch screen and touchpad still function Signed-off-by: Raul E Rangel Change-Id: I37fcb4a4f0148f4843d026902d694c03aeed3c3f Reviewed-on: https://review.coreboot.org/c/coreboot/+/49845 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/picasso/acpi/sb_fch.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/picasso/acpi/sb_fch.asl') diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl index 84552390c7..69c8b1b89a 100644 --- a/src/soc/amd/picasso/acpi/sb_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_fch.asl @@ -227,7 +227,7 @@ Device (FUR3) { } Device (I2C2) { - Name (_HID, "AMD0010") + Name (_HID, "AMDI0010") Name (_UID, 0x2) Method (_CRS, 0) { Local0 = ResourceTemplate() { @@ -264,7 +264,7 @@ Device (I2C2) { Device (I2C3) { - Name (_HID, "AMD0010") + Name (_HID, "AMDI0010") Name (_UID, 0x3) Method (_CRS, 0) { Local0 = ResourceTemplate() { -- cgit v1.2.3