summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTed Kuo <tedkuo@ami.com.tw>2015-11-13 19:15:39 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2015-11-17 01:46:44 +0000
commitbd817fb2a1c7dd2ac0370c01d50b1ec80184299b (patch)
treeaf4ecce33290382de8c538837fcb889120af0111 /board
parent9c877f19cd839f46db1f0a276ffe2405f736b6fa (diff)
downloadchrome-ec-bd817fb2a1c7dd2ac0370c01d50b1ec80184299b.tar.gz
Edgar: update gpio table
Update gpio table to meet edgar's schematic design. BUG=None BRANCH=firmware-strago-7287.B TEST=make buildall -j Signed-off-by: Ted Kuo <tedkuo@ami.com.tw> Change-Id: Ib9e3bc773ff8b00c90de2c451c7c3b3238d5f779 Reviewed-on: https://chromium-review.googlesource.com/312681 Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Ted Kuo <tedkuo@ami.com.tw> Tested-by: Ted Kuo <tedkuo@ami.com.tw>
Diffstat (limited to 'board')
-rw-r--r--board/edgar/gpio.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/edgar/gpio.inc b/board/edgar/gpio.inc
index 59b7365255..ac3eae44e4 100644
--- a/board/edgar/gpio.inc
+++ b/board/edgar/gpio.inc
@@ -51,7 +51,7 @@ GPIO(USB2_ENABLE, PIN(36), GPIO_OUT_LOW) /* Enable power
GPIO(ENTERING_RW, PIN(41), GPIO_OUT_LOW) /* Indicate when EC is entering RW code */
GPIO(PCH_SMI_L, PIN(44), GPIO_ODR_HIGH) /* SMI output */
GPIO(USB_OC1_L, PIN(45), GPIO_INT_FALLING) /* DB2 BC1.2 over current signal to EC */
-GPIO(DP_USB_C_HPD_Q, PIN(46), GPIO_OUT_HIGH) /* DP hot plug detect from EC to SOC */
+GPIO(NC_GPIO47, PIN(47), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(NC_GPIO50, PIN(50), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(PCH_SUS_STAT_L, PIN(51), GPIO_INT_FALLING) /* Signal to inform EC that SOC is entering low power state */
@@ -78,12 +78,12 @@ GPIO(STRAP_L, PIN(123), GPIO_OUT_LOW)
GPIO(EC_VNN_ALERT_L, PIN(124), GPIO_INPUT | GPIO_PULL_UP)
GPIO(NC_GPIO127, PIN(127), GPIO_INPUT | GPIO_PULL_UP) /* NC */
-GPIO(EC_PLUG_DETECT, PIN(132), GPIO_INT_BOTH | GPIO_PULL_UP | GPIO_PULL_DOWN)
+GPIO(NC_GPIO132, PIN(132), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(BAT_LED_ORANGE, PIN(133), GPIO_ODR_HIGH) /* Battery LED orange */
-GPIO(PD_RST_L, PIN(135), GPIO_ODR_HIGH) /* USB PD MCU reset */
+GPIO(NC_GPIO135, PIN(135), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(PWR_LED_ORANGE, PIN(136), GPIO_ODR_HIGH) /* Power LED orange */
-GPIO(THERMAL_PROBE_EN_L,PIN(140), GPIO_OUT_HIGH)
+GPIO(NC_GPIO140, PIN(140), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(PWR_LED_BLUE, PIN(141), GPIO_ODR_HIGH) /* Power LED blue */
GPIO(PCH_RSMRST_L, PIN(143), GPIO_OUT_LOW) /* RSMRST_N to PCH */
GPIO(EC_KBD_ALERT, PIN(145), GPIO_OUT_LOW) /* EC_KBD_ALERT */
@@ -94,13 +94,13 @@ GPIO(WLAN_OFF_L, PIN(150), GPIO_ODR_HIGH) /* Wireless LAN
GPIO(CPU_PROCHOT, PIN(151), GPIO_OUT_LOW)
GPIO(KBD_IRQ_L, PIN(152), GPIO_ODR_HIGH) /* Negative edge triggered irq. */
GPIO(BOARD_VERSION1, PIN(154), GPIO_INPUT) /* BOARD_ID0 */
-GPIO(EC_PERICOM_INT, PIN(155), GPIO_INT_BOTH) /* Pericom USB device interrupt */
+GPIO(NC_GPIO155, PIN(155), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(PWR_BTN_SELECT, PIN(156), GPIO_ODR_HIGH) /* HIGH in clamshell mode and LOW in tablet mode */
GPIO(PCH_SUSPWRDNACK, PIN(157), GPIO_INT_FALLING) /* PMC SUSPWRDNACK signal from SOC to EC */
GPIO(PCH_PWRBTN_L, PIN(160), GPIO_OUT_HIGH) /* Power button output to PCH */
GPIO(NC_GPIO161, PIN(161), GPIO_INPUT | GPIO_PULL_UP) /* NC */
-GPIO(VP9_CODEC_RESET_L, PIN(163), GPIO_OUT_LOW) /* VP9_CODEC_RESET_L, OUTPUT, ACTIVE LOW */
+GPIO(NC_GPIO163, PIN(163), GPIO_INPUT | GPIO_PULL_UP) /* NC */
GPIO(STARTUP_LATCH_SET, PIN(201), GPIO_INPUT) /* Not used in BCRD2. Programmed as Input to fix EC power leakage in S3*/
GPIO(EC_BL_DISABLE_L, PIN(202), GPIO_OUT_HIGH) /* EDP backligh disable signal from EC */