diff options
author | Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com> | 2022-01-10 15:38:53 +0800 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2022-01-12 03:16:01 +0000 |
commit | 8d092aa5d9fdcaf61918d05b0916671419b1e174 (patch) | |
tree | b6cc6b9aa5158c3d59aa5cbb052c614c46d753ee /src/mainboard/google/guybrush/variants/dewatt | |
parent | caa83ab2e1740ef3f47461d35307f1cb2b5acf78 (diff) |
mb/google/guybrush/var/dewatt: Support ALC5682I-VS codec
ALC5682I-VS codec will be used in EVT, replacing ALC5682I-VD.
BUG=b:211835769
TEST=emerge-guybrush coreboot chromeos-bootimage; HW reworked a proto MB with ALC5682I-VS, build and check "i2cdetect -r -y 2", dmesg.
Signed-off-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
Change-Id: Ib1a82285b60c6d5d474ead8643a826e36f56f5b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60959
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/guybrush/variants/dewatt')
-rw-r--r-- | src/mainboard/google/guybrush/variants/dewatt/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb index e14ae4a575..5303cbc1a6 100644 --- a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb @@ -142,7 +142,7 @@ chip soc/amd/cezanne end # I2C1 device ref i2c_2 on chip drivers/i2c/generic - register "hid" = ""10EC5682"" + register "hid" = ""RTL5682"" register "name" = ""RT58"" register "desc" = ""Realtek RT5682"" register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPIO_90)" |