diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-01-06 11:30:40 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-25 14:34:51 +0000 |
commit | 4b8ffaee305db625aaed53eda626f2c2e68e2a8c (patch) | |
tree | 73e9c46ea76e7fd17cd72d807be2d6d571dea157 /src | |
parent | a0ce36eafaa33eda0655a5e56b98116221025980 (diff) |
mb/starlabs/starbook/adl: Enable pin widget 0x18
Enable pin 0x18 which is used for the 3.5mm combo jack microphone
detection.
Also, disable 0x17 as it is not used.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I05856627c073acaff49ea1ddc048a49a74b6268f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71718
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/hda_verb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/hda_verb.c b/src/mainboard/starlabs/starbook/variants/adl/hda_verb.c index 482c46e81b..a234de1810 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/hda_verb.c +++ b/src/mainboard/starlabs/starbook/variants/adl/hda_verb.c @@ -19,8 +19,8 @@ const u32 cim_verb_data[] = { AZALIA_PIN_CFG(0, 0x01, 0x00000000), AZALIA_PIN_CFG(0, 0x12, 0x90a61120), AZALIA_PIN_CFG(0, 0x14, 0x90171110), - AZALIA_PIN_CFG(0, 0x17, 0x042b1010), - AZALIA_PIN_CFG(0, 0x18, 0x411111f0), + AZALIA_PIN_CFG(0, 0x17, 0x40000000), + AZALIA_PIN_CFG(0, 0x18, 0x04a19030), AZALIA_PIN_CFG(0, 0x19, 0x04ab1020), AZALIA_PIN_CFG(0, 0x1a, 0x411111f0), AZALIA_PIN_CFG(0, 0x1b, 0x411111f0), |