mb/google/poppy/variants/atlas: update HP IRQ pin's pad config

Issue observed on the board is: too many jack interrupts.

	cat /proc/interrupts | grep da7219
	58: 84292  15709 0  0  IO-APIC  58-fasteoi  da7219-aad

Updated pad configuration for Jack IRQ pin to fix the issue.

BUG=b:109655907
TEST=Jack insertion & removal detection is working.

Change-Id: I41ef9d40325677b01ca94ec3215e7feded76dcc3
Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Reviewed-on: https://review.coreboot.org/26851
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Sathyanarayana Nujella 2018-06-04 16:00:13 -07:00 committed by Patrick Georgi
parent e3be9c05d5
commit d59b1460c0
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ static const struct pad_config gpio_table[] = {
/* F9 : I2C4_SCL ==> PCH_I2C4_AUDIO_1V8_SCL */ /* F9 : I2C4_SCL ==> PCH_I2C4_AUDIO_1V8_SCL */
PAD_CFG_NF_1V8(GPP_F9, NONE, DEEP, NF1), PAD_CFG_NF_1V8(GPP_F9, NONE, DEEP, NF1),
/* F10 : I2C5_SDA ==> HP_IRQ_GPIO */ /* F10 : I2C5_SDA ==> HP_IRQ_GPIO */
PAD_CFG_GPI_APIC(GPP_F10, NONE, PLTRST), PAD_CFG_GPI_APIC(GPP_F10, 20K_PU, DEEP),
/* F11 : I2C5_SCL ==> SPKR_RST_L */ /* F11 : I2C5_SCL ==> SPKR_RST_L */
PAD_CFG_GPO(GPP_F11, 1, RSMRST), PAD_CFG_GPO(GPP_F11, 1, RSMRST),
/* F12 : EMMC_CMD */ /* F12 : EMMC_CMD */