diff options
author | Yu-Hsuan Hsu <yuhsuan@google.com> | 2021-06-15 14:52:03 +0800 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-25 04:15:30 +0000 |
commit | 45c46b6c39690290449427df69752dbbf8d593c3 (patch) | |
tree | 6cc8d641e80870b8c9326f9129154f00dfa5f85a /src/mainboard/google/guybrush/variants/baseboard | |
parent | b4a09c03f73c966d55445b6674f0d982919c719d (diff) |
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>
Diffstat (limited to 'src/mainboard/google/guybrush/variants/baseboard')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index fb51dee2ed..cf0f51535f 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -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 |