summaryrefslogtreecommitdiff
path: root/board/coachz/gpio.inc
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-10-20 13:59:36 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-22 20:02:00 +0000
commita5c40c2ee2096ed2e17abd23fb60df564397a6f9 (patch)
tree6d3457c238912675a7c612dd79c10b0423fabbab /board/coachz/gpio.inc
parent6837703e92efad648cb3b63ddeb67879dc3940f3 (diff)
downloadchrome-ec-a5c40c2ee2096ed2e17abd23fb60df564397a6f9.tar.gz
Trogdor: Deprecate PMIC_FAULT_L signal
This signal is no longer connected to PMIC on recent hardware revisions. It is unused. Deprecate it. BRANCH=None BUG=b:171245607 TEST=Built the affected Trogdor images. Change-Id: I75562f1aa9e411df38afd321ab63b51e91e7d4f7 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2488660 Reviewed-by: Alexandru M Stan <amstan@chromium.org>
Diffstat (limited to 'board/coachz/gpio.inc')
-rw-r--r--board/coachz/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coachz/gpio.inc b/board/coachz/gpio.inc
index 9c7afae0ce..fe3b1b9dde 100644
--- a/board/coachz/gpio.inc
+++ b/board/coachz/gpio.inc
@@ -26,7 +26,6 @@ GPIO_INT(EC_FLASH_WP_ODL, PIN(A, 1), GPIO_INT_BOTH, switch_interrupt) /* Writ
GPIO_INT(LID_OPEN_EC, PIN(D, 2), GPIO_INT_BOTH, lid_interrupt) /* Lid open */
GPIO_INT(AP_RST_L, PIN(C, 1), GPIO_INT_BOTH | GPIO_SEL_1P8V, chipset_ap_rst_interrupt) /* PMIC to signal AP reset */
GPIO_INT(PS_HOLD, PIN(A, 4), GPIO_INT_BOTH | GPIO_PULL_DOWN, power_signal_interrupt) /* Indicate when AP triggers reset/shutdown */
-GPIO_INT(PMIC_FAULT_L, PIN(A, 3), GPIO_INT_BOTH, power_signal_interrupt) /* Any PMIC fault? */
GPIO_INT(AP_SUSPEND, PIN(5, 7), GPIO_INT_BOTH, power_signal_interrupt) /* Suspend signal from PMIC */
GPIO_INT(DEPRECATED_AP_RST_REQ, PIN(C, 2), GPIO_INT_BOTH | GPIO_PULL_DOWN | GPIO_SEL_1P8V, power_signal_interrupt) /* Deprecated AP initiated reset indicator */
/*
@@ -177,6 +176,7 @@ UNUSED(PIN(8, 1))
UNUSED(PIN(7, 6))
UNUSED(PIN(3, 4))
UNUSED(PIN(C, 0))
+UNUSED(PIN(A, 3))
UNUSED(PIN(6, 2))
UNUSED(PIN(8, 3))
UNUSED(PIN(B, 1))