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>
This commit is contained in:
parent
4389bbc55d
commit
8ace387090
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue