From 7c673390aecdd35da01ddf446a23667d95dccef1 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Mon, 30 Dec 2013 13:17:17 -0800 Subject: rambi: Make KBD_IRQ_NEW_L open drain KBD_IRQ_NEW_L (added for Rambi 2.0) has a pull-up resistor and should be open drain. TEST=None BUG=chrome-os-partner:24760 BRANCH=None Signed-off-by: Shawn Nematbakhsh Change-Id: Ibf1beff3306c074f9f135b1bee82e299edf2380b Reviewed-on: https://chromium-review.googlesource.com/181227 Reviewed-by: Randall Spangler --- board/rambi/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/rambi/board.c b/board/rambi/board.c index 6883395b7b..d71e74d063 100644 --- a/board/rambi/board.c +++ b/board/rambi/board.c @@ -116,7 +116,7 @@ const struct gpio_info gpio_list[] = { * from the new one when we deprecate the 1.5 boards. */ {"KBD_IRQ_L", LM4_GPIO_M, (1<<4), GPIO_OUT_HIGH, NULL}, - {"KBD_IRQ_NEW_L", LM4_GPIO_M, (1<<3), GPIO_OUT_HIGH, NULL}, + {"KBD_IRQ_NEW_L", LM4_GPIO_M, (1<<3), GPIO_ODR_HIGH, NULL}, }; BUILD_ASSERT(ARRAY_SIZE(gpio_list) == GPIO_COUNT); -- cgit v1.2.1