diff options
author | Shaunak Saha <shaunak.saha@intel.com> | 2020-05-12 10:37:59 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:07:54 +0000 |
commit | 022d935919e13e5ae0408348328387cd7ece7e66 (patch) | |
tree | d0c0c0392571f9281e4330b970523f77861b9359 /src/mainboard/google/volteer/variants/baseboard/gpio.c | |
parent | 9e9f301b5878d269b7d6b6490279586fe533040a (diff) |
mb/ripto: Update ALC5682 headset interrupt configurations
As per schematics configure headset interrupt as
edge both for ripto and volteer baseboard.
BUG=b:147085988
BRANCH=none
TEST=Build and boot ripto board. Test that jack functionality
is working fine and also confirm with evtest.
Signed-off-by: Shaunak Saha <shaunak.saha@intel.com>
Change-Id: I8e1625140ccf55db8cb0fe3c039f1c31c01069b0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41335
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/baseboard/gpio.c')
-rw-r--r-- | src/mainboard/google/volteer/variants/baseboard/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/variants/baseboard/gpio.c b/src/mainboard/google/volteer/variants/baseboard/gpio.c index bff7e3c3ad..2ca59aa29d 100644 --- a/src/mainboard/google/volteer/variants/baseboard/gpio.c +++ b/src/mainboard/google/volteer/variants/baseboard/gpio.c @@ -260,7 +260,7 @@ static const struct pad_config gpio_table[] = { /* F7 : GPPF7_STRAP */ PAD_NC(GPP_F7, NONE), /* F8 : I2S_MCLK2_INOUT ==> HP_INT_L */ - PAD_CFG_GPI_APIC(GPP_F8, UP_20K, DEEP, EDGE_BOTH, INVERT), + PAD_CFG_GPI_INT(GPP_F8, NONE, PLTRST, EDGE_BOTH), /* F9 : Reserved ==> NC */ PAD_NC(GPP_F9, NONE), /* F10 : GPPF10_STRAP */ |