diff options
author | Ivy Jian <ivy_jian@compal.corp-partner.google.com> | 2021-05-21 13:36:19 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-22 05:42:01 +0000 |
commit | 83faea00f5fc5fd518f83e1d7716de2f0f9aeef7 (patch) | |
tree | 9a9ce6c14648b09cdc5f1d43ded38d3a15a7e438 /src/mainboard | |
parent | 53c83897c41b6dec5db2c5e814ca69cf721c22c2 (diff) |
mb/google/mancomb: Update AMD I2S Machine Driver
Update ACPI HID to 10025682 for Machine driver probe
BUG=b:187912480
TEST=Build and boot to OS in Mancomb. Ensure that the sound card probed.
Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Change-Id: I5dc87c7a8fb876adc26165655f8f2d4157aa68c9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54749
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/mancomb/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb index c37b45517c..329abbe22e 100644 --- a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb @@ -127,7 +127,7 @@ chip soc/amd/cezanne end device ref acp on chip drivers/amd/i2s_machine_dev - register "hid" = ""AMDI5682"" + register "hid" = ""10025682"" device generic 0.0 on end end end # Audio |