[coreboot-gerrit] Change in coreboot[master]: Nami: Fix DA7219 IRQ issue

Kaiyen Chang (Code Review) gerrit at coreboot.org
Mon Jan 8 09:50:35 CET 2018


Kaiyen Chang has uploaded this change for review. ( https://review.coreboot.org/23160


Change subject: Nami: Fix DA7219 IRQ issue
......................................................................

Nami: Fix DA7219 IRQ issue

Change PAD_CFG_GPI_GPIO_DRIVE to PAD_CFG_GPI_APIC for GPIO D9 to
meet the requirement of DA7219 IRQ pin.

BUG=b:70646770
BRANCH=none
TEST=Use aplay and arecord to verify headphone function.

Change-Id: Id6cff8325c4c7f02f6f4df547fde286e2ef83d5c
Signed-off-by: Kaiyen Chang <kaiyen.chang at intel.com>
---
M src/mainboard/google/poppy/variants/nami/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/23160/1

diff --git a/src/mainboard/google/poppy/variants/nami/gpio.c b/src/mainboard/google/poppy/variants/nami/gpio.c
index 6e13de8..86e3ee6 100644
--- a/src/mainboard/google/poppy/variants/nami/gpio.c
+++ b/src/mainboard/google/poppy/variants/nami/gpio.c
@@ -179,7 +179,7 @@
 	/* D8  : ISH_I2C1_SCL ==> NC */
 	PAD_CFG_NC(GPP_D8),
 	/* D9  : ISH_SPI_CS# ==> HP_IRQ_GPIO */
-	PAD_CFG_GPI_GPIO_DRIVER(GPP_D9, NONE, PLTRST),
+	PAD_CFG_GPI_APIC(GPP_D9, 20K_PU, DEEP),
 	/* D10 : ISH_SPI_CLK ==> NC(TP29) */
 	PAD_CFG_NC(GPP_D10),
 	/* D11 : ISH_SPI_MISO ==> NC */

-- 
To view, visit https://review.coreboot.org/23160
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6cff8325c4c7f02f6f4df547fde286e2ef83d5c
Gerrit-Change-Number: 23160
Gerrit-PatchSet: 1
Gerrit-Owner: Kaiyen Chang <kaiyen.chang at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180108/76a71ca7/attachment.html>


More information about the coreboot-gerrit mailing list