summaryrefslogtreecommitdiff
path: root/board/ezkinil/gpio.inc
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-03-27 20:11:43 -0600
committerCommit Bot <commit-bot@chromium.org>2020-03-28 19:29:53 +0000
commit9f3ade325ef2111c078009e2d223e33f1abac871 (patch)
treea2a54fe4f069faee1b531c797d646e0a8273a479 /board/ezkinil/gpio.inc
parent522979dc23224b7c1f9d4e844f4965cc17854fdd (diff)
downloadchrome-ec-9f3ade325ef2111c078009e2d223e33f1abac871.tar.gz
Morphius/Ezkinil: Remove Trembyle V0 HW support.
BUG=none BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I618a0ca9de0e767f47084527a11b56e10210223b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2125587 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/ezkinil/gpio.inc')
-rw-r--r--board/ezkinil/gpio.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ezkinil/gpio.inc b/board/ezkinil/gpio.inc
index a4c284f951..b9050f4c24 100644
--- a/board/ezkinil/gpio.inc
+++ b/board/ezkinil/gpio.inc
@@ -38,10 +38,8 @@ GPIO(EN_PWR_A, PIN(B, 7), GPIO_OUT_LOW) /* Enable Power */
GPIO(EC_EDP_BL_DISABLE, PIN(A, 2), GPIO_OUT_HIGH) /* Enable Backlight */
GPIO(EC_ENTERING_RW, PIN(E, 5), GPIO_OUT_LOW) /* EC Entering RW */
GPIO(EC_FCH_PWR_BTN_L, PIN(6, 2), GPIO_OUT_HIGH) /* Power Button to SOC */
-GPIO(EC_FCH_PWR_BTN_L_V0, PIN(8, 6), GPIO_OUT_HIGH) /* Power Button to SOC */
GPIO(EC_FCH_RSMRST_L, PIN(A, 1), GPIO_OUT_LOW) /* RSMRST# to SOC */
GPIO(EC_FCH_PWROK, PIN(D, 3), GPIO_OUT_LOW) /* Power OK to SOC */
-GPIO(EC_FCH_PWROK_V0, PIN(7, 5), GPIO_OUT_LOW) /* Power OK to SOC */
GPIO(EC_FCH_WAKE_L, PIN(0, 3), GPIO_OUT_HIGH) /* Wake SOC */
GPIO(EC_SYS_RST_L, PIN(C, 7), GPIO_ODR_HIGH) /* Cold Reset to SOC */
GPIO(USB_C0_TCPC_RST_L, PIN(E, 1), GPIO_OUT_HIGH) /* C0 TCPC Reset */