diff options
author | Frank Wu <frank_wu@compal.corp-partner.google.com> | 2021-04-06 15:40:35 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-08 10:44:42 +0000 |
commit | 6390ff0c6eb1a87a53debec959d6167f93277662 (patch) | |
tree | 441866c07883945600142e0feb6ce9b9b4a780db /src | |
parent | 104b7a949d8daef927657983b1ea1ed0f614dd29 (diff) |
mb/google/zork/vilboz: Update the ACPI name of ALC1015 AMP
Update the ACPI name from AMDP1015 to 1002105 based on b/177971830#180.
AMDI1015 -> AMD platform with RT1015
10021015 -> AMD platform with RT1015p
Reference:
https://www.spinics.net/lists/alsa-devel/msg124694.html
BUG=b:177971830
BRANCH=firmware-zork-13434.B
TEST=emerge-zork coreboot chromeos-bootimage, then verify with ALC1015 AMP
Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
Change-Id: Id8f378ad6f3328d7db949ecdb609a2f16acd3884
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52127
Reviewed-by: Kangheui Won <khwon@chromium.org>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/zork/variants/vilboz/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/zork/variants/vilboz/overridetree.cb b/src/mainboard/google/zork/variants/vilboz/overridetree.cb index 3f5bfc356a..93fe607b97 100644 --- a/src/mainboard/google/zork/variants/vilboz/overridetree.cb +++ b/src/mainboard/google/zork/variants/vilboz/overridetree.cb @@ -172,7 +172,7 @@ chip soc/amd/picasso end end chip drivers/amd/i2s_machine_dev - register "hid" = ""AMDP1015"" + register "hid" = ""10021015"" # DMIC select GPIO for ACP machine device # This GPIO is used to select DMIC0 or DMIC1 by the # kernel driver. It does not really have a polarity |