mb/google/guybrush: Change ACPI HID for machine driver
To avoid from using same the name AMDI5682 as Zork, changing to use AMDI1019. The corresponding kernel change is on CL:2929864 BUG=b:189297564 TEST=Audio works with the corresponding kernel change. Cq-Depend: chromium:2929864 Signed-off-by: Yu-Hsuan Hsu <yuhsuan@google.com> Change-Id: Ie89302f3b6cd3edb8253b909fde4722c2ea1e102 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55508 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b4a09c03f7
commit
45c46b6c39
|
@ -284,7 +284,7 @@ chip soc/amd/cezanne
|
|||
end
|
||||
device ref acp on
|
||||
chip drivers/amd/i2s_machine_dev
|
||||
register "hid" = ""AMDI5682""
|
||||
register "hid" = ""AMDI1019""
|
||||
device generic 0.0 on end
|
||||
end
|
||||
end # Audio
|
||||
|
|
Loading…
Reference in New Issue