summaryrefslogtreecommitdiff
path: root/board/strago/gpio.inc
diff options
context:
space:
mode:
authorDivya Jyothi <divya.jyothi@intel.com>2015-04-24 17:29:19 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-29 00:21:45 +0000
commit83b48a52ef2b6645494d6b770f946a6b4da18bb8 (patch)
tree8db0ce2323a02fee8abdc06cdadb1fa8b500379b /board/strago/gpio.inc
parent0fc9f263641fc144d52e4a47ef9feed3247e285f (diff)
downloadchrome-ec-stabilize-7018.B.tar.gz
Strago: enabled I2c wedge functionality on all i2c portsstabilize-7019.Bstabilize-7018.B
BUG=chrome-os-partner:39400 BRANCH=None TEST=make -j buildall Change-Id: Iba2ce1395e1f8e662db4888e3cec79d5e4bbce82 Signed-off-by: Divya Jyothi <divya.jyothi@intel.com> Reviewed-on: https://chromium-review.googlesource.com/267470 Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/strago/gpio.inc')
-rw-r--r--board/strago/gpio.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/strago/gpio.inc b/board/strago/gpio.inc
index a99a4783ad..934a087f09 100644
--- a/board/strago/gpio.inc
+++ b/board/strago/gpio.inc
@@ -22,6 +22,10 @@ GPIO(I2C_PORT0_SDA, PORT(1), 6, GPIO_ODR_HIGH)
GPIO(BOARD_ID2, PORT(1), 7, GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(I2C_PORT1_SCL, PORT(2), 2, GPIO_ODR_HIGH)
GPIO(I2C_PORT1_SDA, PORT(2), 3, GPIO_ODR_HIGH)
+GPIO(I2C_PORT2_SCL, PORT(2), 0, GPIO_ODR_HIGH)
+GPIO(I2C_PORT2_SDA, PORT(2), 1, GPIO_ODR_HIGH)
+GPIO(I2C_PORT3_SCL, PORT(2), 4, GPIO_ODR_HIGH)
+GPIO(I2C_PORT3_SDA, PORT(2), 5, GPIO_ODR_HIGH)
GPIO(PCH_SCI_L, PORT(2), 6, GPIO_ODR_HIGH) /* SCI output */