aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-01-22 10:15:21 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-01-25 23:09:38 +0000
commit8ace38709096423853ba63463e99ff5f77729e7c (patch)
tree4437956c07a873f8c99dca32b020a0bbdcf6fc09 /src/soc/amd
parent4389bbc55d62f3942f2df377487e09b8c48a7bdd (diff)
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 <rrangel@chromium.org> Change-Id: I37fcb4a4f0148f4843d026902d694c03aeed3c3f Reviewed-on: https://review.coreboot.org/c/coreboot/+/49845 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl4
1 files changed, 2 insertions, 2 deletions
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() {