From c2cf0fb198feea043a331e5d2156979d23f1aa46 Mon Sep 17 00:00:00 2001 From: Ben Lok Date: Mon, 31 Aug 2015 14:35:01 +0800 Subject: oak: enable MBKP events for PD events (refer to CL:273620) enable the MKBP event feature to send host event and wire up the PD specific events. But, CONFIG_MKBP_EVENT conflicts with CONFIG_KEYBOARD_PROTOCOL_MKBP, due to the GPIO name of EC interrupt pin. Align the GPIO naming of EC interrupt pin to EC_INT_L. BRANCH=none BUG=chrome-os-partner:44643 TEST=On Oak rev3, plug/unplug USB devices and add kernel trace to see the PD events happening. Change-Id: I10de9c6611583bb6165bdc1848e542d4b8bba954 Signed-off-by: Ben Lok Reviewed-on: https://chromium-review.googlesource.com/296012 Reviewed-by: Vincent Palatin Reviewed-by: Rong Chang --- board/llama/gpio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/llama') diff --git a/board/llama/gpio.inc b/board/llama/gpio.inc index 7b44460eab..4b52f4c8f9 100644 --- a/board/llama/gpio.inc +++ b/board/llama/gpio.inc @@ -34,7 +34,7 @@ GPIO(BOARD_VERSION1, PIN(C, 6), GPIO_INPUT|GPIO_PULL_UP) /* Board version stu GPIO(BAT_LED0, PIN(B, 11), GPIO_OUT_LOW) /* LED_GREEN */ GPIO(BAT_LED1, PIN(A, 11), GPIO_OUT_LOW) /* LED_ORANGE */ GPIO(EC_BL_OVERRIDE, PIN(F, 1), GPIO_OUT_LOW) -GPIO(EC_INT, PIN(B, 9), GPIO_OUT_HIGH) +GPIO(EC_INT_L, PIN(B, 9), GPIO_OUT_HIGH) GPIO(ENTERING_RW, PIN(F, 0), GPIO_OUT_LOW) GPIO(KB_OUT00, PIN(B, 0), GPIO_KB_OUTPUT) GPIO(KB_OUT01, PIN(B, 8), GPIO_KB_OUTPUT) -- cgit v1.2.1