mb/google/poppy/rammus: Fix jack detect GPIO configuration
Copy jack detect GPIO config of NAMI variant, which uses the same codec for the external jack/mic. The internal pull-up isn't needed, and fixes issue of high CPU usage under Windows. TEST=build/boot google/rammus, verify jack detect functional under both Win11 and Linux 6.x, no high CPU usage from excessive interrupts. Change-Id: Ifbe23a6b33343e54b43879a8971c7cb6475cf1f0 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76947 Reviewed-by: CoolStar <coolstarorganization@gmail.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
007547a553
commit
dadb248333
|
@ -166,7 +166,7 @@ static const struct pad_config gpio_table[] = {
|
|||
/* D8 : ISH_I2C1_SCL ==> NC(T0815) */
|
||||
PAD_NC(GPP_D8, NONE),
|
||||
/* D9 : ISH_SPI_CS# ==> HP_IRQ_GPIO */
|
||||
PAD_CFG_GPI_APIC_HIGH(GPP_D9, UP_20K, DEEP),
|
||||
PAD_CFG_GPI_APIC_HIGH(GPP_D9, NONE, PLTRST),
|
||||
/* D10 : ISH_SPI_CLK ==> SPKR_RST_L */
|
||||
PAD_CFG_GPO(GPP_D10, 1, DEEP),
|
||||
/* D11 : ISH_SPI_MISO ==> SPKR_IRQ_L */
|
||||
|
|
Loading…
Reference in New Issue