[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus/var/bobba: Configure EC_SYNC IRQ as level-triggered

Furquan Shaikh (Code Review) gerrit at coreboot.org
Sun Nov 11 11:12:38 CET 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/29576


Change subject: mb/google/octopus/var/bobba: Configure EC_SYNC IRQ as level-triggered
......................................................................

mb/google/octopus/var/bobba: Configure EC_SYNC IRQ as level-triggered

This change updates the configuration of EC_SYNC IRQ to be level
triggered to match the EC behavior.

Change-Id: I8e3cb2ae8016ea183d9067697aa5d4b9caa2d07e
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/mainboard/google/octopus/variants/bobba/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/29576/1

diff --git a/src/mainboard/google/octopus/variants/bobba/gpio.c b/src/mainboard/google/octopus/variants/bobba/gpio.c
index 941a961..6b471e5 100644
--- a/src/mainboard/google/octopus/variants/bobba/gpio.c
+++ b/src/mainboard/google/octopus/variants/bobba/gpio.c
@@ -23,7 +23,7 @@
 	PAD_NC(GPIO_104, UP_20K),
 
 	/* CAM_SOC_EC_SYNC */
-	PAD_CFG_GPI_APIC_IOS(GPIO_134, NONE, DEEP, EDGE_SINGLE, INVERT, TxDRxE,
+	PAD_CFG_GPI_APIC_IOS(GPIO_134, NONE, DEEP, LEVEL, INVERT, TxDRxE,
 			     DISPUPD),
 
 	/* EN_PP3300_TOUCHSCREEN */

-- 
To view, visit https://review.coreboot.org/29576
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: I8e3cb2ae8016ea183d9067697aa5d4b9caa2d07e
Gerrit-Change-Number: 29576
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181111/3687a79a/attachment.html>


More information about the coreboot-gerrit mailing list