diff options
author | Chris Wang <chris.wang@amd.corp-partner.google.com> | 2022-02-03 11:30:31 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-07 14:08:16 +0000 |
commit | cf7305f053063736f7aa570957d8244e42a798d9 (patch) | |
tree | ac9fca32245f31ced77f5c4d5f2b1c3725c393ff /src/mainboard/google/guybrush | |
parent | 0d6972fcb23a8067e2e182459dda4f639461234c (diff) |
mb/google/guybrush/var/dewatt: Add ALC5682I-VS and ALC1019 support
Add ID "AMDI5619" for machine driver to support ALC5682I-VS + ACL1019
combination.
BUG=b:211835769
TEST=Build dewatt, codec is functional with new machine driver.
Signed-off-by: Chris Wang <chris.wang@amd.corp-partner.google.com>
Change-Id: Ic6cb3bda7b8f1b96485f7b868200c94e6c720c7b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61581
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Yu-hsuan Hsu <yuhsuan@google.com>
Diffstat (limited to 'src/mainboard/google/guybrush')
-rw-r--r-- | src/mainboard/google/guybrush/variants/dewatt/overridetree.cb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb index eb3d00d636..6cb829349b 100644 --- a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb @@ -4,6 +4,14 @@ chip soc/amd/cezanne device domain 0 on device ref gpp_bridge_1 off end # no SD device ref gpp_bridge_2 off end # no WWAN + device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A + device ref acp on + chip drivers/amd/i2s_machine_dev + register "hid" = ""AMDI5619"" + device generic 0.0 on end + end + end # Audio + end end # domain register "slow_ppt_limit_mW" = "25000" |